* use p.resultdef (representing a property array range) before freeing p

git-svn-id: trunk@11721 -
This commit is contained in:
Jonas Maebe 2008-09-07 13:31:39 +00:00
parent f35051f76e
commit e43ae1ceee

View File

@ -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