docking: fix mem leak

git-svn-id: trunk@14527 -
This commit is contained in:
paul 2008-03-15 12:42:10 +00:00
parent 28012e8756
commit 313cbcf318

View File

@ -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;