codetools: fixed mem leak on guess unclosed blocks

git-svn-id: trunk@13500 -
This commit is contained in:
mattias 2007-12-28 10:54:49 +00:00
parent 1f166394f9
commit 9306d7d9e9

View File

@ -5216,6 +5216,8 @@ begin
end;
end;
finalization
FreeAndNil(BlockKeywords);
end.