diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-04-11 10:24:51 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-04-11 10:26:20 +0200 |
| commit | 9ae7a429320e7db76743448e7f3b216003de8755 (patch) | |
| tree | 79bbda22b2f748613b6ac8b65a761d641654137d /editor.c | |
| parent | b7fb06da2364bdee1d224cbc5cb7afd8b402248e (diff) | |
| download | vis-9ae7a429320e7db76743448e7f3b216003de8755.tar.gz vis-9ae7a429320e7db76743448e7f3b216003de8755.tar.xz | |
Lazy initialization of :-commands
Diffstat (limited to 'editor.c')
| -rw-r--r-- | editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -409,6 +409,7 @@ void editor_free(Editor *ed) { register_free(&ed->registers[i]); editor_syntax_unload(ed); ed->ui->free(ed->ui); + map_free(ed->cmds); free(ed); } |
