fix code using wrong data and function in e_mod_processmgr_shutdown 62/112462/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 1 Feb 2017 06:19:31 +0000 (15:19 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 1 Feb 2017 06:19:31 +0000 (15:19 +0900)
Change-Id: I5deb18f1e295bf6c1a670c6351197dc743649bf7

src/e_mod_processmgr.c

index aff4f59..67bde45 100644 (file)
@@ -170,13 +170,13 @@ e_mod_processmgr_init(void)
 EAPI void
 e_mod_processmgr_shutdown(void)
 {
-   E_Client_Hook *hook;
+   E_Process_Hook *hook;
 
    _e_processmgr_dbus_shutdown();
 
    eldbus_shutdown();
 
    EINA_LIST_FREE(hooks_ec, hook)
-     e_client_hook_del(hook);
+     e_process_hook_del(hook);
 }