From 00b131eb3d5f04b9d712356401a698c921268732 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Fri, 6 Apr 2018 11:31:03 -0700 Subject: [PATCH] elementary: in case of an object being destroyed, there is no point to warn. --- src/lib/elementary/efl_ui_table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/efl_ui_table.c b/src/lib/elementary/efl_ui_table.c index c1ce678..6fd241b 100644 --- a/src/lib/elementary/efl_ui_table.c +++ b/src/lib/elementary/efl_ui_table.c @@ -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; } -- 2.7.4