mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-26 13:12:10 +01:00
fix another memory leak
git-svn-id: trunk@6068 -
This commit is contained in:
parent
d5e4828f6f
commit
31e650f98d
@ -568,6 +568,8 @@ implementation
|
|||||||
until token<>_ID;
|
until token<>_ID;
|
||||||
typecanbeforward:=false;
|
typecanbeforward:=false;
|
||||||
symtablestack.top.SymList.ForEachCall(@resolve_type_forward,nil);
|
symtablestack.top.SymList.ForEachCall(@resolve_type_forward,nil);
|
||||||
|
if assigned(generictypelist) then
|
||||||
|
generictypelist.free;
|
||||||
block_type:=old_block_type;
|
block_type:=old_block_type;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user