win, test: remove surplus CloseHandle
Fixes: https://github.com/libuv/libuv/issues/1426 PR-URL: https://github.com/libuv/libuv/pull/1523 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
eb4a37c8f6
commit
e79589d550
@ -300,7 +300,6 @@ int process_reap(process_info_t *p) {
|
||||
void process_cleanup(process_info_t *p) {
|
||||
CloseHandle(p->process);
|
||||
CloseHandle(p->stdio_in);
|
||||
CloseHandle(p->stdio_out);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user