mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 15:09:26 +02:00
projectgroups: fixed memleak
git-svn-id: branches/fixes_1_8@54991 -
This commit is contained in:
parent
34c95ebef0
commit
20a028b5bd
@ -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