Fix memleak in translate_keysyms

This commit is contained in:
Michael Stapelberg 2015-10-19 18:52:47 +02:00
parent 4098e23609
commit 7b502cf44c
1 changed files with 1 additions and 0 deletions

View File

@ -413,6 +413,7 @@ void translate_keysyms(void) {
} }
xkb_state_unref(dummy_state); xkb_state_unref(dummy_state);
xkb_state_unref(dummy_state_no_shift);
if (has_errors) { if (has_errors) {
start_config_error_nagbar(current_configpath, true); start_config_error_nagbar(current_configpath, true);