clean up some systray leaks

This commit is contained in:
Mike Blumenkrantz 2015-10-26 13:11:32 -04:00
parent 29a1fe0265
commit 1f42932ede
1 changed files with 2 additions and 0 deletions

View File

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