shutdown eina after last stringshare del

SVN revision: 47181
This commit is contained in:
Sebastian Dransfeld 2010-03-13 19:05:11 +00:00
parent 277365fe1c
commit 2104d71164
1 changed files with 3 additions and 2 deletions

View File

@ -102,14 +102,15 @@ efreet_shutdown(void)
efreet_xml_shutdown();
efreet_base_shutdown();
eina_log_domain_unregister(_efreet_log_domain_global);
eet_shutdown();
eina_shutdown();
IF_RELEASE(efreet_lang);
IF_RELEASE(efreet_lang_country);
IF_RELEASE(efreet_lang_modifier);
efreet_parsed_locale = 0; /* reset this in case they init efreet again */
eet_shutdown();
eina_shutdown();
return _efreet_init_count;
}