Try to free keymaps

This commit is contained in:
Dorota Czaplejewicz
2019-11-06 14:51:54 +00:00
parent b6dfb20fec
commit b78c3ad131
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@
#include "eek-keyboard.h"
void level_keyboard_deinit(LevelKeyboard *self) {
xkb_keymap_unref(self->keymap);
close(self->keymap_fd);
squeek_layout_free(self->layout);
}