From 1f42932ede1ced95fa6f7f4494f997be0be8ab98 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 26 Oct 2015 13:11:32 -0400 Subject: [PATCH] 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 d3c25fadd..8e8308cc6 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); }