mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 04:29:25 +02:00
fixed freeing idecommandscopes
git-svn-id: trunk@7826 -
This commit is contained in:
parent
b444eb0e1b
commit
2e3bd74b87
@ -1118,13 +1118,13 @@ begin
|
||||
FreeThenNil(LazProjectDescriptors);
|
||||
FreeThenNil(NewIDEItems);
|
||||
FreeThenNil(IDEMenuRoots);
|
||||
FreeThenNil(IDECommandScopes);
|
||||
// IDE options objects
|
||||
FreeThenNil(CodeToolsOpts);
|
||||
FreeThenNil(MiscellaneousOptions);
|
||||
FreeThenNil(EditorOpts);
|
||||
FreeThenNil(EnvironmentOptions);
|
||||
FreeThenNil(InputHistories);
|
||||
FreeThenNil(IDECommandScopes);
|
||||
|
||||
DebugLn('[TMainIDE.Destroy] B -> inherited Destroy... ',ClassName);
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('TMainIDE.Destroy B ');{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user