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

This commit is contained in:
Bruno Jesus 2014-06-14 14:47:30 -03:00 committed by Alexandre Julliard
parent 50ad765cd6
commit e3998e3988
1 changed files with 1 additions and 0 deletions

View File

@ -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: