dbus-session-watcher: Chain up to parent finalize()

https://gitlab.gnome.org/GNOME/mutter/merge_requests/847


(cherry picked from commit 3a688988e0)
This commit is contained in:
Niels De Graef 2019-10-11 14:24:25 +00:00 committed by Jonas Ådahl
parent 5c1be2233d
commit b6ed7d6781

View File

@ -214,6 +214,8 @@ meta_dbus_session_watcher_finalize (GObject *object)
MetaDbusSessionWatcher *session_watcher = META_DBUS_SESSION_WATCHER (object);
g_hash_table_destroy (session_watcher->clients);
G_OBJECT_CLASS (meta_dbus_session_watcher_parent_class)->finalize (object);
}
static void