[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    [PATCH v2] quartz/tests: Fix resource leak.
From:       Andrey Gusev <andrey.goosev () gmail ! com>
Date:       2017-12-29 15:53:16
Message-ID: 20171229155316.17681-1-andrey.goosev () gmail ! com
[Download RAW message or body]

Signed-off-by: Andrey Gusev <andrey.goosev@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




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic