evas: we should not rely on mutex recursive stuff. fix potential source of bug.

SVN revision: 59294
This commit is contained in:
Cedric BAIL 2011-05-09 12:55:57 +00:00
parent c73f0f9cf5
commit f91a33ef0d
1 changed files with 1 additions and 1 deletions

View File

@ -546,10 +546,10 @@ evas_cache_image_set(Evas_Cache_Image *cache, unsigned int limit)
return;
}
cache->limit = limit;
evas_cache_image_flush(cache);
#ifdef EVAS_FRAME_QUEUING
LKU(cache->lock);
#endif
evas_cache_image_flush(cache);
}
EAPI Evas_Cache_Image *