hmm no - we shouldnt delete here.. we just find it in the active image

hash. as such the image is dirtied and thus removed from this hash
anyway so it doesnt need deleting.



SVN revision: 67778
This commit is contained in:
Carsten Haitzler 2012-02-09 03:50:10 +00:00
parent 1a89d6b59d
commit 3c9c59c5a5
1 changed files with 0 additions and 2 deletions

View File

@ -780,8 +780,6 @@ evas_cache_image_request(Evas_Cache_Image *cache, const char *file,
* of an image at a given key. we wither find it and keep re-reffing
* it or we dirty it and get it out */
_evas_cache_image_dirty_add(im);
/* this image never used, so it have to be deleted */
_evas_cache_image_entry_delete(cache, im);
im = NULL;
}