elementary: in case of an object being destroyed, there is no point to warn.

This commit is contained in:
Cedric Bail 2018-04-06 11:31:03 -07:00
parent 72c263d5f2
commit 14b9a674ac
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ _efl_ui_table_efl_pack_table_table_position_get(Eo *obj, Efl_Ui_Table_Data *pd E
if (obj != elm_widget_parent_widget_get(subobj))
{
if (efl_invalidated_get(subobj)) goto end;
ERR("%p is not a child of %p", subobj, obj);
goto end;
}