[PATCH v2] quartz/tests: Fix resource leak.

Andrey Gusev andrey.goosev at gmail.com
Fri Dec 29 09:53:16 CST 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/quartz/tests/filtergraph.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/quartz/tests/filtergraph.c b/dlls/quartz/tests/filtergraph.c
index e66dc40a3a..5fd3107208 100644
--- a/dlls/quartz/tests/filtergraph.c
+++ b/dlls/quartz/tests/filtergraph.c
@@ -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;
 }
-- 
2.13.6




More information about the wine-devel mailing list