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:
parent
5c1be2233d
commit
b6ed7d6781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user