Commit fc92960c authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

services/tests: Fix resource leak.

parent 97ad2b8b
......@@ -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)
......
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