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