GH-1713 fix FTB loading crashes
This commit is contained in:
@ -159,7 +159,10 @@ InstanceList::InstListError InstanceList::loadList(bool complete)
|
||||
else
|
||||
{
|
||||
InstancePtr instPtr = provider->loadInstance(id);
|
||||
newList.append(instPtr);
|
||||
if(instPtr)
|
||||
{
|
||||
newList.append(instPtr);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user