mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* fixed memory leak in dosimplify
git-svn-id: trunk@6825 -
This commit is contained in:
parent
fc3d9ebbc7
commit
9d6026827d
@ -682,6 +682,7 @@ implementation
|
||||
if assigned(hn) then
|
||||
begin
|
||||
treechanged:=true;
|
||||
n.free;
|
||||
n:=hn;
|
||||
typecheckpass(n);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user