mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:59:31 +02:00
codetools: ppugraph: fixed crash
git-svn-id: trunk@47068 -
This commit is contained in:
parent
52e7e3ba59
commit
7b35896fd2
@ -833,7 +833,7 @@ begin
|
||||
if pmfAutoDisabled in Member.Flags then exit;
|
||||
Include(Member.Flags,pmfAutoDisabled);
|
||||
GraphNode:=FUnitGraph.GetGraphNode(Member.KeyNode,false);
|
||||
if GraphNode.InTree=nil then exit;
|
||||
if (GraphNode=nil) or (GraphNode.InTree=nil) then exit;
|
||||
AVLNode:=GraphNode.InTree.FindLowest;
|
||||
while AVLNode<>nil do begin
|
||||
GraphEdge:=TCodeGraphEdge(AVLNode.Data);
|
||||
|
Loading…
Reference in New Issue
Block a user