shutdown cache, hope it works like in common/32 engine.

SVN revision: 39294
This commit is contained in:
Gustavo Sverzut Barbieri 2009-02-28 18:36:18 +00:00
parent 1b197b9542
commit 3fb821ca1d
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}
}