Zebediah Figura : qcap/tests: Fix a double Release().
Module: wine Branch: master Commit: b546ac39f36114945617ff550db50d5932cd767a URL: https://source.winehq.org/git/wine.git/?a=commit;h=b546ac39f36114945617ff550... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Fri Oct 18 10:01:47 2019 -0500 qcap/tests: Fix a double Release(). Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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); }
participants (1)
-
Alexandre Julliard