shutdown all resources.

SVN revision: 47623
This commit is contained in:
Gustavo Sverzut Barbieri 2010-03-31 12:06:12 +00:00
parent 5884ebfb18
commit 587bfbac42
1 changed files with 5 additions and 0 deletions

View File

@ -196,6 +196,11 @@ static void
elm_mod_shutdown(void)
{
edje_external_type_array_unregister(elm_external_types);
eina_log_domain_unregister(_elm_log_dom);
_elm_log_dom = -1;
elm_shutdown();
}
EINA_MODULE_INIT(elm_mod_init);