mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 01:39:25 +02:00
added Destroying calls for TCUstomListBox
git-svn-id: trunk@4886 -
This commit is contained in:
parent
b733766d27
commit
8327c5a63b
@ -396,6 +396,8 @@ end;
|
||||
{------------------------------------------------------------------------------}
|
||||
destructor TCustomListBox.Destroy;
|
||||
begin
|
||||
Destroying;
|
||||
DestroyWnd;
|
||||
FreeAndNil(FCanvas);
|
||||
inherited Destroy;
|
||||
FreeAndNil(FItems);
|
||||
|
Loading…
Reference in New Issue
Block a user