summaryrefslogtreecommitdiff
path: root/lsp.c
diff options
context:
space:
mode:
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 8913e87..f6d2947 100644
--- a/lsp.c
+++ b/lsp.c
@@ -32,6 +32,7 @@ static void lsp_request_free(LSPRequest *r) {
case LSP_REQUEST_SHUTDOWN:
case LSP_REQUEST_EXIT:
case LSP_REQUEST_COMPLETION:
+ case LSP_REQUEST_DID_CLOSE:
break;
case LSP_REQUEST_DID_OPEN: {
LSPRequestDidOpen *open = &r->data.open;