Patch from lainz, fixes all remaining memory leaks in customdrawn

git-svn-id: trunk@34569 -
This commit is contained in:
sekelsenmat 2012-01-03 23:30:35 +00:00
parent b00e2117ba
commit 4c304af365

View File

@ -802,6 +802,9 @@ end;
destructor TCDScrollableControl.Destroy;
begin
FRightScrollBar.Free;
FBottomScrollBar.Free;
FSpacer.Free;
inherited Destroy;
end;