[SERVICES_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-03 13:46:36 +01:00
parent 33b28635b4
commit 340679bd1a

View file

@ -561,6 +561,7 @@ static void test_runner(void (*p_run_test)(void))
WaitForSingleObject(thread, INFINITE);
CloseHandle(event_handle);
CloseHandle(pipe_handle);
CloseHandle(thread);
}
START_TEST(service)