eo: start reporting abuse of efl_del

This commit is contained in:
Cedric Bail 2018-03-19 16:08:10 -07:00
parent f9586a831b
commit a1bf513920
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ _efl_object_del(const Eo *obj, Efl_Object_Data *pd EINA_UNUSED)
}
else
{
ERR("Calling efl_del on an object with no parent is not advised any more.");
efl_unref(obj);
}
}