diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2023-01-08 12:05:34 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2023-01-08 12:05:34 -0500 |
commit | bb6d6850bd7d1e7fb65bae6f4d1bae32534f3455 (patch) | |
tree | 74b40c5ec7877043802ebc8b325df8552f002e8e /main.c | |
parent | 34212b559d7bb0eb0d4e7797ba3e9b1a718cedac (diff) |
start windows support
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1115,6 +1115,8 @@ int main(int argc, char **argv) { lsp_free(ted->lsps[i]); ted->lsps[i] = NULL; } + lsp_quit(); + arr_foreach_ptr(ted->shell_history, char *, cmd) { free(*cmd); } |