evas_render: Remove data_unref that has no data_ref

This commit is contained in:
Jean-Philippe Andre 2017-02-15 15:32:04 +09:00
parent 63eb9a28b3
commit b7213f2d64
1 changed files with 0 additions and 1 deletions

View File

@ -1308,7 +1308,6 @@ pending_change(void *data, void *gdata EINA_UNUSED)
{
evas_object_change_reset(obj);
}
if (!obj->changed) efl_data_unref(eo_obj, obj);
return obj->changed ? EINA_TRUE : EINA_FALSE;
}