evas: the while guarantee that obj will be NULL, so let's not access it.

This will fix CID 1191918.
This commit is contained in:
Cedric BAIL 2014-03-13 10:34:55 +09:00
parent e9bd738dc4
commit 34c836ec60
1 changed files with 1 additions and 1 deletions

View File

@ -366,6 +366,6 @@ _evas_object_top_get(Eo *eo_e EINA_UNUSED, Evas_Public_Data *e)
obj = evas_object_below_get_internal(obj);
}
return obj->object;
return NULL;
}