mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 17:49:43 +02:00
* use p.resultdef (representing a property array range) before freeing p
git-svn-id: trunk@11721 -
This commit is contained in:
parent
f35051f76e
commit
e43ae1ceee
@ -190,8 +190,8 @@ implementation
|
||||
else
|
||||
Message(type_e_ordinal_expr_expected)
|
||||
end;
|
||||
p.free;
|
||||
pl.addconst(sl_vec,idx,p.resultdef);
|
||||
p.free;
|
||||
def:=tarraydef(def).elementdef;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user