edje - fix coverity complaint about invalid mem access

fixes real issue for invalid object - CID 1224349
This commit is contained in:
Carsten Haitzler 2014-08-13 20:39:17 +09:00
parent fa5b052911
commit 65ec494c32
1 changed files with 1 additions and 0 deletions

View File

@ -2779,6 +2779,7 @@ _edje_object_part_unswallow(Eo *obj EINA_UNUSED, Edje *ed, Evas_Object *obj_swal
{
ERR("edje_object_part_unswallow called on a non Edje object ('%s').",
evas_object_type_get(obj));
return;
}
else
{