From: barbieri Date: Sat, 28 Feb 2009 18:36:18 +0000 (+0000) Subject: shutdown cache, hope it works like in common/32 engine. X-Git-Tag: accepted/2.0/20130306.225542~242^2~2574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=320e6946eb25bf8664e8943a4c28684253c125e7;p=profile%2Fivi%2Fevas.git shutdown cache, hope it works like in common/32 engine. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@39294 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/engines/common_16/evas_soft16_main.c b/src/lib/engines/common_16/evas_soft16_main.c index f8fe52e..1d02f62 100644 --- a/src/lib/engines/common_16/evas_soft16_main.c +++ b/src/lib/engines/common_16/evas_soft16_main.c @@ -78,8 +78,10 @@ evas_common_soft16_image_shutdown(void) // evas_common_image_init() at the start and evas_common_image_shutdown() // after it all. really ref 0 should only be reached when no more canvases // with no more objects exist anywhere. -// evas_cache_image_shutdown(eci); -// eci = NULL; + +// ENABLE IT AGAIN, hope it is fixed. Gustavo @ January 22nd, 2009. + evas_cache_image_shutdown(eci); + eci = NULL; } }