mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:42:51 +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;
|
if Item=nil then break;
|
||||||
Dispose(Item);
|
Dispose(Item);
|
||||||
until not NodeInfos.GetNext(NodePtr,NodePtr,InfoPtr);
|
until not NodeInfos.GetNext(NodePtr,NodePtr,InfoPtr);
|
||||||
|
NodeInfos.Free;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function GetNodeInfo(Node: TLazDockConfigNode): PNodeInfo;
|
function GetNodeInfo(Node: TLazDockConfigNode): PNodeInfo;
|
||||||
|
Loading…
Reference in New Issue
Block a user