mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 13:00:47 +02:00
codetools: fixed mem leak on guess unclosed blocks
git-svn-id: trunk@13500 -
This commit is contained in:
parent
1f166394f9
commit
9306d7d9e9
@ -5216,6 +5216,8 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
finalization
|
||||
FreeAndNil(BlockKeywords);
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user