mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 17:09:35 +02: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;
|
||||
typecanbeforward:=false;
|
||||
symtablestack.top.SymList.ForEachCall(@resolve_type_forward,nil);
|
||||
if assigned(generictypelist) then
|
||||
generictypelist.free;
|
||||
block_type:=old_block_type;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user