From 3fb821ca1d684977e992a89d4d4be8b963e0b8cd Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 28 Feb 2009 18:36:18 +0000 Subject: [PATCH] shutdown cache, hope it works like in common/32 engine. SVN revision: 39294 --- legacy/evas/src/lib/engines/common_16/evas_soft16_main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/lib/engines/common_16/evas_soft16_main.c b/legacy/evas/src/lib/engines/common_16/evas_soft16_main.c index f8fe52efd8..1d02f621b3 100644 --- a/legacy/evas/src/lib/engines/common_16/evas_soft16_main.c +++ b/legacy/evas/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; } }