[PATCH v2 2/4] qcap/tests: Fix a double Release().

Zebediah Figura z.figura12 at gmail.com
Fri Oct 18 10:01:47 CDT 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/qcap/tests/videocapture.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/qcap/tests/videocapture.c b/dlls/qcap/tests/videocapture.c
index 062138e885..5532654650 100644
--- a/dlls/qcap/tests/videocapture.c
+++ b/dlls/qcap/tests/videocapture.c
@@ -117,7 +117,6 @@ START_TEST(videocapture)
         if (hr == S_OK)
         {
             test_capture(filter);
-            IBaseFilter_Release(filter);
             ref = IBaseFilter_Release(filter);
             ok(!ref, "Got outstanding refcount %d.\n", ref);
         }
-- 
2.23.0




More information about the wine-devel mailing list