mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 05:49:30 +02:00
grids, fix FSizePriority mem leak, tip from Lee Jenkins
git-svn-id: trunk@13834 -
This commit is contained in:
parent
433c2e02c9
commit
8ea3c3a257
@ -8702,6 +8702,7 @@ begin
|
||||
if FLayout<>nil then Dispose(FLayout);
|
||||
if FMaxSize<>nil then Dispose(FMaxSize);
|
||||
if FMinSize<>nil then Dispose(FMinSize);
|
||||
if FSizePriority<>nil then Dispose(FSizePriority);
|
||||
FreeThenNil(FPickList);
|
||||
FreeThenNil(FFont);
|
||||
FreeThenNil(FTitle);
|
||||
|
Loading…
Reference in New Issue
Block a user