mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
docking: fix mem leak
git-svn-id: trunk@14527 -
This commit is contained in:
parent
28012e8756
commit
313cbcf318
@ -3625,6 +3625,7 @@ var
|
||||
if Item=nil then break;
|
||||
Dispose(Item);
|
||||
until not NodeInfos.GetNext(NodePtr,NodePtr,InfoPtr);
|
||||
NodeInfos.Free;
|
||||
end;
|
||||
|
||||
function GetNodeInfo(Node: TLazDockConfigNode): PNodeInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user