mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 09:09:22 +02:00
Patch from lainz, fixes all remaining memory leaks in customdrawn
git-svn-id: trunk@34569 -
This commit is contained in:
parent
b00e2117ba
commit
4c304af365
@ -802,6 +802,9 @@ end;
|
||||
|
||||
destructor TCDScrollableControl.Destroy;
|
||||
begin
|
||||
FRightScrollBar.Free;
|
||||
FBottomScrollBar.Free;
|
||||
FSpacer.Free;
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user