Fix memleak in translate_keysyms
This commit is contained in:
@ -396,6 +396,7 @@ void translate_keysyms(void) {
|
||||
}
|
||||
|
||||
xkb_state_unref(dummy_state);
|
||||
xkb_state_unref(dummy_state_no_shift);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user