* fixed memory leak in dosimplify

git-svn-id: trunk@6825 -
This commit is contained in:
Jonas Maebe 2007-03-13 18:54:01 +00:00
parent fc3d9ebbc7
commit 9d6026827d

View File

@ -682,6 +682,7 @@ implementation
if assigned(hn) then
begin
treechanged:=true;
n.free;
n:=hn;
typecheckpass(n);
end;