discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1f42932ede1ced95fa6f7f4494f997be0be8ab98

commit 1f42932ede1ced95fa6f7f4494f997be0be8ab98
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Oct 26 13:11:32 2015 -0400

    clean up some systray leaks
---
 src/modules/systray/e_mod_notifier_watcher.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/systray/e_mod_notifier_watcher.c 
b/src/modules/systray/e_mod_notifier_watcher.c
index d3c25fa..8e8308c 100644
--- a/src/modules/systray/e_mod_notifier_watcher.c
+++ b/src/modules/systray/e_mod_notifier_watcher.c
@@ -242,4 +242,6 @@ systray_notifier_dbus_watcher_stop(void)
    if (host_service)
      eina_stringshare_del(host_service);
    conn = NULL;
+   E_FREE_FUNC(systray_ctx_get()->config->items, eina_hash_free);
+   eina_stringshare_replace(&systray_ctx_get()->config->dbus, NULL);
 }

-- 


Reply via email to