null out bryce and site pointers when deleting bryce object

fixes handling of bryces when changing screen setup
This commit is contained in:
Mike Blumenkrantz 2016-12-09 11:50:47 -05:00
parent 20166f16be
commit 3bae673848
1 changed files with 2 additions and 0 deletions

View File

@ -684,6 +684,8 @@ _bryce_del(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *
evas_object_event_callback_del_full(zone_clip, EVAS_CALLBACK_RESIZE, _bryce_zone_moveresize, b);
}
E_FREE(b->e_obj_inherit);
b->bryce = NULL;
b->site = NULL;
}
static void