summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-03 15:38:32 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-03 15:38:32 +0200
commit35e2e2a1cbcd39cf00d877124c48bdfabbed3b4e (patch)
tree3e608d1c70c26fa6d870b658a1a75b1378dc85a1
parent7c4709a43fa52817a44525d52dade05d6a96af19 (diff)
parentd88b1bd09b2151a59b15cd6ab316449a8613477c (diff)
Merge branch 'master' of github:DaveDavenport/rofi
-rw-r--r--source/xcb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/xcb.c b/source/xcb.c
index 7bc80a84..e74904cb 100644
--- a/source/xcb.c
+++ b/source/xcb.c
@@ -967,6 +967,8 @@ gboolean display_setup ( GMainLoop *main_loop, NkBindings *bindings )
}
nk_bindings_seat_update_keymap ( xcb->bindings_seat, keymap, state );
+ xkb_state_unref(state);
+ xkb_keymap_unref(keymap);
// determine numlock mask so we can bind on keys with and without it
x11_create_frequently_used_atoms ( );