diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-04-11 10:31:28 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-04-11 10:31:28 +0200 |
| commit | 3f3125ee103401cf561b38b00f9b34187b8d6a52 (patch) | |
| tree | 5d7ac85675550ee40679a90d1beb9c57c7d0ab67 /editor.c | |
| parent | 9ae7a429320e7db76743448e7f3b216003de8755 (diff) | |
| download | vis-3f3125ee103401cf561b38b00f9b34187b8d6a52.tar.gz vis-3f3125ee103401cf561b38b00f9b34187b8d6a52.tar.xz | |
Eliminate global state for :set options
Diffstat (limited to 'editor.c')
| -rw-r--r-- | editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |
