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); }