Fix T75378: Crash on clicking in the ghost icon of an appended proxy object

This commit is contained in:
Germano Cavalcante 2020-04-10 11:21:55 -03:00
parent 9a7f5f1bb4
commit ab8e7ffc64
Notes: blender-bot 2023-02-14 02:27:51 +01:00
Referenced by issue #75378, Blender 2.83 Alpha crashes on clicking an appended proxy object part with ghost icon in the outliner
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ static eOLDrawState tree_element_set_active_object(bContext *C,
bool recursive)
{
TreeStoreElem *tselem = TREESTORE(te);
TreeStoreElem *parent_tselem;
TreeStoreElem *parent_tselem = NULL;
Scene *sce;
Base *base;
Object *ob = NULL;