mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
c38fa4fa5c
commit
5d58156134
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user