mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
keybindings: Plug a GSettings instance leak
This commit is contained in:
parent
9773a879c3
commit
38e26e5cc3
@ -3916,6 +3916,7 @@ init_builtin_key_bindings (MetaDisplay *display)
|
|||||||
|
|
||||||
g_object_unref (common_keybindings);
|
g_object_unref (common_keybindings);
|
||||||
g_object_unref (mutter_keybindings);
|
g_object_unref (mutter_keybindings);
|
||||||
|
g_object_unref (mutter_wayland_keybindings);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user