elm widget - stop segv during shutdown when objects become deleted

@fix
This commit is contained in:
Carsten Haitzler 2016-07-05 22:55:16 +09:00
parent 25d77bc1d2
commit 38ba68a7c7
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ _on_sub_obj_hide(void *data EINA_UNUSED, const Eo_Event *event)
static void
_on_sub_obj_del(void *data, const Eo_Event *event)
{
ELM_WIDGET_DATA_GET(data, sd);
ELM_WIDGET_DATA_GET_OR_RETURN(data, sd);
if (_elm_widget_is(event->object))
{