mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-07 03:39:00 +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
|
else
|
||||||
Message(type_e_ordinal_expr_expected)
|
Message(type_e_ordinal_expr_expected)
|
||||||
end;
|
end;
|
||||||
p.free;
|
|
||||||
pl.addconst(sl_vec,idx,p.resultdef);
|
pl.addconst(sl_vec,idx,p.resultdef);
|
||||||
|
p.free;
|
||||||
def:=tarraydef(def).elementdef;
|
def:=tarraydef(def).elementdef;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user