mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 12:49:42 +02:00
projectgroups: fixed memleak
git-svn-id: trunk@54990 -
This commit is contained in:
parent
5508095cff
commit
65551e6d72
@ -692,6 +692,7 @@ destructor TIDEProjectGroup.Destroy;
|
||||
begin
|
||||
FreeAndNil(FTargets);
|
||||
FreeAndNil(FRemovedTargets);
|
||||
FreeAndNil(FCompileTarget);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user