[mutter/wayland] keybindings: Plug a GSettings instance leak



commit 38e26e5cc31c8b0edea7637f9fb223bded760321
Author: Rui Matos <tiagomatos gmail com>
Date:   Tue Feb 25 17:09:06 2014 +0100

    keybindings: Plug a GSettings instance leak

 src/core/keybindings.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/core/keybindings.c b/src/core/keybindings.c
index 74f40b7..23b83b7 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]