fix another memory leak

git-svn-id: trunk@6068 -
This commit is contained in:
pierre 2007-01-19 05:43:40 +00:00
parent d5e4828f6f
commit 31e650f98d

View File

@ -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;