IDE: Fixed memory-leak introduced in r60944 #9d1b8c9d87

git-svn-id: trunk@61003 -
This commit is contained in:
joost 2019-04-17 21:02:48 +00:00
parent 635cd97135
commit cc8c38611c

View File

@ -1848,6 +1848,7 @@ begin
FreeAndNil(FDbgConfigStore);
FreeAndNil(FXMLCfg);
FreeAndNil(FLastOpenPackages);
FreeAndNil(FFppkgConfigFileHistory);
inherited Destroy;
end;