summaryrefslogtreecommitdiff
path: root/lsp.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-19 11:46:28 -0400
committerpommicket <pommicket@gmail.com>2023-07-19 19:03:22 -0400
commit4143734747b7b544daecdf1b8676838362c6cb59 (patch)
treee7c879967027f47b957c35e551b3e971a6aab924 /lsp.c
parente5dc92fcd600b15977cad7c81de7b8c1cd11fb87 (diff)
fix memory leaks (not really leaky)
Diffstat (limited to 'lsp.c')
-rw-r--r--lsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp.c b/lsp.c
index c50ecc1..cac2bea 100644
--- a/lsp.c
+++ b/lsp.c
@@ -747,4 +747,5 @@ void lsp_quit(void) {
SDL_DestroyMutex(request_id_mutex);
request_id_mutex = NULL;
}
+ lsp_write_quit();
}