And delete the handlers when shutdown.

SVN revision: 43823
This commit is contained in:
Christopher Michael 2009-11-20 16:06:13 +00:00
parent 342fef17fe
commit fc32efb988
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,8 @@ e_modapi_init(E_Module *m)
EAPI int
e_modapi_shutdown(E_Module *m)
{
Ecore_Event_Handler *handle;
if (busycover)
{
e_object_del(E_OBJECT(busycover));
@ -107,6 +109,9 @@ e_modapi_shutdown(E_Module *m)
}
e_busycover_shutdown();
EINA_LIST_FREE(handlers, handle)
ecore_event_handler_del(handle);
e_gadcon_provider_unregister(&_gc_class);
il_home_config_shutdown();