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