[PATCH] quartz/tests: Fix resource leak.

Andrey Gusev andrey.goosev at gmail.com
Thu Dec 28 07:31:12 CST 2017


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

diff --git a/dlls/quartz/tests/filtergraph.c b/dlls/quartz/tests/filtergraph.c
index e66dc40a3a..0a8ac2c9bf 100644
--- a/dlls/quartz/tests/filtergraph.c
+++ b/dlls/quartz/tests/filtergraph.c
@@ -487,7 +487,7 @@ static void test_render_with_multithread(void)
     IGraphBuilder_Release(graph_builder);
     IClassFactory_Release(classfactory);
     CoUninitialize();
-    return;
+    return thread;
 }
 
 static void test_graph_builder(void)
-- 
2.13.6




More information about the wine-devel mailing list