mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 11:00:24 +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;
|
destructor TCustomButtonPanel.Destroy;
|
||||||
begin
|
begin
|
||||||
|
FreeAndNil(FCancelGlyph);
|
||||||
|
FreeAndNil(FCloseGlyph);
|
||||||
|
FreeAndNil(FHelpGlyph);
|
||||||
|
FreeAndNil(FOKGlyph);
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user