server: Avoid touching the poll_req structure after calling async_request_complete...
commite6009c5b55200b614e328c4b38549bf8693e764b
authorZebediah Figura <zfigura@codeweavers.com>
Wed, 13 Oct 2021 00:36:55 +0000 (12 19:36 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Oct 2021 11:05:23 +0000 (13 13:05 +0200)
tree0725d83278ca77f0ae0ea0be439be5611616524e
parentf393ab2636a15acd64621d90c08dc0d5bfbbcc57
server: Avoid touching the poll_req structure after calling async_request_complete() (Valgrind).

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