mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 22:00:25 +02:00
IDE: add words from current unit to identifier completion list: fix memory leak
git-svn-id: trunk@58138 -
This commit is contained in:
parent
122947fc29
commit
a9731bdd6d
@ -1666,6 +1666,7 @@ begin
|
||||
FreeThenNil(SearchResultsView);
|
||||
FreeThenNil(ObjectInspector1);
|
||||
FreeThenNil(SourceEditorManagerIntf);
|
||||
FreeAndNil(FIdentCompletionWords);
|
||||
|
||||
// disconnect handlers
|
||||
Application.RemoveAllHandlersOfObject(Self);
|
||||
|
Loading…
Reference in New Issue
Block a user