mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 10:19:14 +02:00
IDE: Fixed memory-leak introduced in r60944 #9d1b8c9d87
git-svn-id: trunk@61003 -
This commit is contained in:
parent
635cd97135
commit
cc8c38611c
@ -1848,6 +1848,7 @@ begin
|
||||
FreeAndNil(FDbgConfigStore);
|
||||
FreeAndNil(FXMLCfg);
|
||||
FreeAndNil(FLastOpenPackages);
|
||||
FreeAndNil(FFppkgConfigFileHistory);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user