mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 05:35:10 -07:00
parent
d0c0b10b4c
commit
1d8a076157
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user