From 9da1573ffb5c46d6f595f29e811ad6be54610bca Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 14 Nov 2010 20:53:45 +0000 Subject: [PATCH] IDE: packagegraph: fixed uninitialized variable, bug #17935 git-svn-id: trunk@28228 - --- packager/pkggraphexplorer.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/packager/pkggraphexplorer.pas b/packager/pkggraphexplorer.pas index 0d5415775a..f496542fb1 100644 --- a/packager/pkggraphexplorer.pas +++ b/packager/pkggraphexplorer.pas @@ -220,6 +220,7 @@ begin // package not found NodeText:=Dependency.AsString; NodeImgIndex:=ImgIndexMissingPackage; + ChildPackage:=nil; // Todo broken packages end; // add node