We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0ba63 commit 5df62a5Copy full SHA for 5df62a5
src/win/pipe.c
@@ -1161,9 +1161,9 @@ int uv__pipe_accept(uv_pipe_t* server, uv_stream_t* client) {
1161
1162
err = uv__tcp_xfer_import(
1163
(uv_tcp_t*) client, item->xfer_type, &item->xfer_info);
1164
-
+
1165
uv__free(item);
1166
1167
if (err != 0)
1168
return err;
1169
@@ -1739,7 +1739,7 @@ static DWORD uv__pipe_get_ipc_remote_pid(uv_pipe_t* handle) {
1739
GetNamedPipeServerProcessId(handle->handle, pid);
1740
}
1741
1742
1743
return *pid;
1744
1745
0 commit comments