Commit 95dc5368 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

quartz/tests: Fix resource leak.

parent 5c70c155
......@@ -486,6 +486,7 @@ static void test_render_with_multithread(void)
IFilterGraph2_Release(filter_graph);
IGraphBuilder_Release(graph_builder);
IClassFactory_Release(classfactory);
CloseHandle(thread);
CoUninitialize();
return;
}
......
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