* fixed memory leak in case one tai operand is replaced by another

git-svn-id: trunk@30424 -
This commit is contained in:
Jonas Maebe 2015-04-04 14:29:00 +00:00
parent 3279cc052a
commit ee7198aa57

View File

@ -299,8 +299,7 @@ uses
allocate_oper(opidx+1);
with oper[opidx]^ do
begin
if typ<>top_tai then
clearop(opidx);
clearop(opidx);
ai:=_ai;
typ:=top_tai;
end;