From 3c9c59c5a5643cebcec0fa6a22296f01aa6ffea3 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 9 Feb 2012 03:50:10 +0000 Subject: [PATCH] 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 --- legacy/evas/src/lib/cache/evas_cache_image.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/evas/src/lib/cache/evas_cache_image.c b/legacy/evas/src/lib/cache/evas_cache_image.c index 8f73015b49..d5b72c522d 100644 --- a/legacy/evas/src/lib/cache/evas_cache_image.c +++ b/legacy/evas/src/lib/cache/evas_cache_image.c @@ -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; }