qcap/tests: Fix a double Release().

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2019-10-18 10:01:47 -05:00 committed by Alexandre Julliard
parent ebf82cd686
commit b546ac39f3
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}