discomfitor pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/desksanity.git/commit/?id=0736414be3947ff598ec6b555277880247eb1671

commit 0736414be3947ff598ec6b555277880247eb1671
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 30 12:01:25 2014 -0400

    free edje file string on unload
---
 src/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/e_mod_main.c b/src/e_mod_main.c
index f4f2e93..7b63dc5 100644
--- a/src/e_mod_main.c
+++ b/src/e_mod_main.c
@@ -73,6 +73,7 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
    ds_shutdown();
    //e_config_domain_save("module.desksanity", conf_edd, ds_config);
    E_CONFIG_DD_FREE(conf_edd);
+   eina_stringshare_del(mod->edje_file);
    E_FREE(mod);
    E_FREE_LIST(handlers, ecore_event_handler_del);
    //efx_shutdown(); broken...

-- 


Reply via email to