aboutsummaryrefslogtreecommitdiff
path: root/libs/libtxt/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libtxt/keymap.c')
-rw-r--r--libs/libtxt/keymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libtxt/keymap.c b/libs/libtxt/keymap.c
index 67054f6..9e65bf9 100644
--- a/libs/libtxt/keymap.c
+++ b/libs/libtxt/keymap.c
@@ -84,6 +84,7 @@ struct keymap *keymap_parse(const char *path)
map(keymap, line, ch, ch_index);
index++;
}
+ free(keymap_src);
return keymap;
}