11 May
2021
11 May
'21
10:33 p.m.
Module: wine Branch: master Commit: 19246e508920c5ed5cb1bffbbdca7a540442146d URL: https://source.winehq.org/git/wine.git/?a=commit;h=19246e508920c5ed5cb1bffbb... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Tue May 11 11:40:19 2021 -0500 ws2_32/tests: Do not close the port passed to CreateIoCompletionPort separately from the port returned. They are the same port handle. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ws2_32/tests/sock.c | 60 ++++++++++++++++++++---------------------------- 1 file changed, 25 insertions(+), 35 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=19246e508920c5ed5cb1b...