Fix memleak in translate_keysyms

This commit is contained in:
Michael Stapelberg 2015-10-19 18:52:47 +02:00
parent 27535398f5
commit 5648221d06
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ void translate_keysyms(void) {
} }
xkb_state_unref(dummy_state); xkb_state_unref(dummy_state);
xkb_state_unref(dummy_state_no_shift);
} }
/* /*