set comp win e object ref to null during its delfn

if this function is called, the object is in the process of being deleted and its refcount is already 0. trying to access it later will guarantee a crash, so ignore whever refs we may have on it


SVN revision: 84278
This commit is contained in:
Mike Blumenkrantz 2013-02-21 11:28:15 +00:00
parent 0578ff6754
commit 0ebb887d64
1 changed files with 1 additions and 0 deletions

View File

@ -1505,6 +1505,7 @@ _e_comp_object_del(void *data, void *obj)
e_object_delfn_del(obj, cw->dfn);
cw->dfn = NULL;
}
cw->eobj = NULL;
e_comp_win_del(cw);
}