mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
@@ -40,6 +40,10 @@ bool server_init(void)
|
||||
listen_address = server_address_new();
|
||||
}
|
||||
|
||||
if (!listen_address) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ok = (server_start(listen_address) == 0);
|
||||
if (must_free) {
|
||||
xfree((char *) listen_address);
|
||||
|
Reference in New Issue
Block a user