mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[SERVICES_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
33b28635b4
commit
340679bd1a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue