From 38e26e5cc31c8b0edea7637f9fb223bded760321 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Tue, 25 Feb 2014 17:09:06 +0100 Subject: [PATCH] keybindings: Plug a GSettings instance leak --- src/core/keybindings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/keybindings.c b/src/core/keybindings.c index 74f40b7dd..23b83b782 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -3916,6 +3916,7 @@ init_builtin_key_bindings (MetaDisplay *display) g_object_unref (common_keybindings); g_object_unref (mutter_keybindings); + g_object_unref (mutter_wayland_keybindings); } void