mirror of
https://github.com/brl/mutter.git
synced 2025-01-21 17:08:56 +00:00
dbus-session-watcher: Chain up to parent finalize()
https://gitlab.gnome.org/GNOME/mutter/merge_requests/847 (cherry picked from commit 3a688988e0834c4605445425f3b35bb08c324691)
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…
x
Reference in New Issue
Block a user