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:
parent
ebf82cd686
commit
b546ac39f3
|
@ -117,7 +117,6 @@ START_TEST(videocapture)
|
||||||
if (hr == S_OK)
|
if (hr == S_OK)
|
||||||
{
|
{
|
||||||
test_capture(filter);
|
test_capture(filter);
|
||||||
IBaseFilter_Release(filter);
|
|
||||||
ref = IBaseFilter_Release(filter);
|
ref = IBaseFilter_Release(filter);
|
||||||
ok(!ref, "Got outstanding refcount %d.\n", ref);
|
ok(!ref, "Got outstanding refcount %d.\n", ref);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue