aboutsummaryrefslogtreecommitdiff
path: root/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor.c')
-rw-r--r--editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.c b/editor.c
index 70b8066..244c568 100644
--- a/editor.c
+++ b/editor.c
@@ -410,6 +410,7 @@ void editor_free(Editor *ed) {
editor_syntax_unload(ed);
ed->ui->free(ed->ui);
map_free(ed->cmds);
+ map_free(ed->options);
free(ed);
}