[PATCH 2/2] msvcrt/tests: Show that spawn does not require locking of fds. (resend)

Piotr Caban piotr.caban at gmail.com
Fri Nov 12 10:33:54 CST 2021


Hi Thomas,

On 11/12/21 14:40, Thomas Faber wrote:
> +    _write(pipefds[1], "a", 1);
> +    WaitForSingleObject(thread_handle, INFINITE);
> +    CloseHandle(thread_handle);
You're leaking pipefds here.

Thanks,
Piotr



More information about the wine-devel mailing list