fix leak on syscon unload

SVN revision: 75611
This commit is contained in:
Mike Blumenkrantz 2012-08-23 09:49:25 +00:00
parent 3494f7db73
commit f5fa0e61b9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
e_action_del("syscon");
act = NULL;
}
e_syscon_gadget_init(m);
e_syscon_gadget_shutdown();
e_syscon_shutdown();
conf_module = NULL;
return 1;