wayland/keyboard: Chain finalize up to the parent class

Finalize the parent class of the Wayland keyboard object.

Suggested-by: Marco Trevisan (Treviño) <mail@3v1n0.net>
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1238
This commit is contained in:
Olivier Fourdan 2020-05-07 09:13:58 +02:00 committed by Florian Müllner
parent c38fa4fa5c
commit 5d58156134

View File

@ -881,6 +881,8 @@ meta_wayland_keyboard_finalize (GObject *object)
MetaWaylandKeyboard *keyboard = META_WAYLAND_KEYBOARD (object);
meta_wayland_xkb_info_destroy (&keyboard->xkb_info);
G_OBJECT_CLASS (meta_wayland_keyboard_parent_class)->finalize (object);
}
static void