summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index a440585..ff73375 100644
--- a/main.c
+++ b/main.c
@@ -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);
}