diff --git a/src/modules/sni/watcher.cpp b/src/modules/sni/watcher.cpp index 1ba1324..596a06d 100644 --- a/src/modules/sni/watcher.cpp +++ b/src/modules/sni/watcher.cpp @@ -24,8 +24,7 @@ Watcher::~Watcher() { items_ = nullptr; } auto iface = G_DBUS_INTERFACE_SKELETON(watcher_); - auto conn = g_dbus_interface_skeleton_get_connection(iface); - g_dbus_interface_skeleton_unexport_from_connection(iface, conn); + g_dbus_interface_skeleton_unexport(iface); } void Watcher::busAcquired(const Glib::RefPtr& conn, Glib::ustring name) {