evas cache - fix logically dead code

this fixes CID 1039932
This commit is contained in:
Carsten Haitzler 2014-08-14 18:41:16 +09:00
parent cf704cc5a0
commit d24af520dc
1 changed files with 0 additions and 1 deletions

View File

@ -1028,7 +1028,6 @@ evas_cache_image_alone(Image_Entry *im)
return im_dirty;
on_error:
if (im_dirty) _evas_cache_image_entry_delete(cache, im_dirty);
evas_cache_image_drop(im);
return NULL;
}