quartz/tests: Fix resource leak.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2017-12-29 17:53:16 +02:00 committed by Alexandre Julliard
parent 5c70c155d7
commit 95dc536817
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}