Fix memleak in translate_keysyms
This commit is contained in:
parent
4098e23609
commit
7b502cf44c
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue