mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 22:27:30 +01:00
codetools: fixed mem leak in FindDanglingComponentEvents, bug #18691
git-svn-id: trunk@29391 -
This commit is contained in:
parent
3943d23f9b
commit
d97d756067
@ -4815,7 +4815,7 @@ begin
|
||||
CheckMethodsInPersistent(TComponent(AllComponents[i]));
|
||||
finally
|
||||
Collector.Free;
|
||||
PublishedMethods.Free;
|
||||
DisposeAVLTree(PublishedMethods);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user