FPDebug: fix calling nil object

git-svn-id: trunk@43428 -
This commit is contained in:
martin 2013-11-11 22:12:41 +00:00
parent ad449adbc0
commit 27e3b15e2e

View File

@ -3174,7 +3174,7 @@ begin
if ti <> nil then begin
Result := ti.MemberByName[AIndex];
FLastChildByName := Result;
if FLastChildByName <> nil
if FLastChildByName <> nil then
FLastChildByName.AddReference;
end;
end;