Skip to content

Commit

Permalink
Unref should close the stream so remove the todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed May 20, 2024
1 parent aa62690 commit eb5a749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lsp/src/lsp-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ static void free_server(LspServer *s)
{
g_object_unref(s->process);
lsp_rpc_destroy(s->rpc);
//TODO: check if stream should be closed
g_object_unref(s->stream);
lsp_log_stop(s->log);
}
Expand Down

0 comments on commit eb5a749

Please sign in to comment.