From 320e6946eb25bf8664e8943a4c28684253c125e7 Mon Sep 17 00:00:00 2001 From: barbieri Date: Sat, 28 Feb 2009 18:36:18 +0000 Subject: [PATCH] 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 --- src/lib/engines/common_16/evas_soft16_main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } } -- 2.7.4