memory leak fix

git-svn-id: trunk@8202 -
This commit is contained in:
jesus 2005-11-21 19:31:58 +00:00
parent 0cb1f93961
commit d98dc07d7a

View File

@ -2325,6 +2325,8 @@ begin
SetCount(0);
FAVLPalette.Free;
FAVLPalette:=nil;
if FCapacity>0 then
FreeMem(FAVLNodes);
inherited Destroy;
end;