server: Do not allocate a connect_req structure for nonblocking sockets (Valgrind).
commit60dd202fbdcf5022a91720ac946531a2a0d12bf4
authorZebediah Figura <zfigura@codeweavers.com>
Fri, 8 Oct 2021 04:01:12 +0000 (7 23:01 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 8 Oct 2021 09:27:52 +0000 (8 11:27 +0200)
treeb1a68991bb4171dd90b826ca77be552a46e76f75
parent5636088871714f2a2de9e543eb66f944ce188edc
server: Do not allocate a connect_req structure for nonblocking sockets (Valgrind).

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
server/sock.c