evas cache - fix logically dead code

fixes CID 1039931
This commit is contained in:
Carsten Haitzler 2014-08-14 18:42:34 +09:00
parent d24af520dc
commit 18e2302184
1 changed files with 0 additions and 1 deletions

View File

@ -993,7 +993,6 @@ evas_cache_image_dirty(Image_Entry *im, unsigned int x, unsigned int y, unsigned
return im_dirty;
on_error:
if (im_dirty) _evas_cache_image_entry_delete(cache, im_dirty);
evas_cache_image_drop(im);
return NULL;
}