From 4656f047a3c5c58629719909009ab35e87d55a48 Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Mon, 13 Apr 2009 22:32:49 +0000 Subject: [PATCH] Oops! Some mistakes on ethumb_init(). SVN revision: 40031 --- legacy/ethumb/src/lib/Ethumb.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/legacy/ethumb/src/lib/Ethumb.c b/legacy/ethumb/src/lib/Ethumb.c index 50d581af52..d3220c88d5 100644 --- a/legacy/ethumb/src/lib/Ethumb.c +++ b/legacy/ethumb/src/lib/Ethumb.c @@ -76,11 +76,10 @@ ethumb_shutdown(void) if (initcount == 0) { eina_stringshare_shutdown(); - eina_stringshare_init(); - evas_init(); - ecore_init(); - ecore_evas_init(); - edje_init(); + evas_shutdown(); + ecore_shutdown(); + ecore_evas_shutdown(); + edje_shutdown(); } return initcount;