[SERVICES_WINETEST] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 3 Apr 2018 12:46:36 +0000 (13:46 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 3 Apr 2018 12:46:36 +0000 (13:46 +0100)
modules/rostests/winetests/services/service.c

index 9841949..728d515 100644 (file)
@@ -561,6 +561,7 @@ static void test_runner(void (*p_run_test)(void))
     WaitForSingleObject(thread, INFINITE);
     CloseHandle(event_handle);
     CloseHandle(pipe_handle);
     WaitForSingleObject(thread, INFINITE);
     CloseHandle(event_handle);
     CloseHandle(pipe_handle);
+    CloseHandle(thread);
 }
 
 START_TEST(service)
 }
 
 START_TEST(service)