Commit b02de178 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

amstream/tests: Avoid leaking "stream" in test_find_pin().

parent 0c34a2c9
......@@ -1766,6 +1766,7 @@ static void test_find_pin(void)
IPin_Release(pin2);
IPin_Release(pin);
IMediaStream_Release(stream);
IMediaStreamFilter_Release(filter);
ref = IAMMultiMediaStream_Release(mmstream);
ok(!ref, "Got outstanding refcount %d.\n", ref);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment