mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 08:13:28 +02:00
memory leak fix
git-svn-id: trunk@8202 -
This commit is contained in:
parent
0cb1f93961
commit
d98dc07d7a
@ -2325,6 +2325,8 @@ begin
|
||||
SetCount(0);
|
||||
FAVLPalette.Free;
|
||||
FAVLPalette:=nil;
|
||||
if FCapacity>0 then
|
||||
FreeMem(FAVLNodes);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user