* evas_cache_image: At this point link to the cache is destroyed.

SVN revision: 44051
This commit is contained in:
Cedric BAIL 2009-11-30 13:26:46 +00:00
parent 2a3171f914
commit 67a1af400c
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ _evas_cache_image_entry_delete(Evas_Cache_Image *cache, Image_Entry *ie)
FREESTRC(ie->file);
FREESTRC(ie->key);
ie->cache = NULL;
cache->func.surface_delete(ie);
#ifdef BUILD_ASYNC_PRELOAD