mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 03:09:37 +02:00
fixed memleak
git-svn-id: trunk@9092 -
This commit is contained in:
parent
05155ece5f
commit
54d1f90494
@ -367,6 +367,10 @@ end;
|
||||
|
||||
destructor TCustomButtonPanel.Destroy;
|
||||
begin
|
||||
FreeAndNil(FCancelGlyph);
|
||||
FreeAndNil(FCloseGlyph);
|
||||
FreeAndNil(FHelpGlyph);
|
||||
FreeAndNil(FOKGlyph);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user