Commit e3998e39 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

ws2_32/tests: Wait for thread test before returning (valgrind).

parent 50ad765c
......@@ -5454,6 +5454,7 @@ static void test_WSARecv(void)
send(src, "test message", sizeof("test message"), 0);
thread = CreateThread(NULL, 0, recv_thread, &dest, 0, &id);
WaitForSingleObject(thread, 3000);
CloseHandle(thread);
end:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment