mfreadwrite/tests: Remove some null checks.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a8a4a8d2a5
commit
ea76c97ccd
|
@ -79,9 +79,7 @@ static void test_MFCreateSourceReaderFromByteStream(void)
|
||||||
todo_wine
|
todo_wine
|
||||||
ok(hr == S_OK || hr == MF_E_UNSUPPORTED_BYTESTREAM_TYPE, "got 0x%08x\n", hr);
|
ok(hr == S_OK || hr == MF_E_UNSUPPORTED_BYTESTREAM_TYPE, "got 0x%08x\n", hr);
|
||||||
|
|
||||||
if(stream)
|
|
||||||
IStream_Release(stream);
|
IStream_Release(stream);
|
||||||
if(bytestream)
|
|
||||||
IMFByteStream_Release(bytestream);
|
IMFByteStream_Release(bytestream);
|
||||||
IMFAttributes_Release(attributes);
|
IMFAttributes_Release(attributes);
|
||||||
if(source)
|
if(source)
|
||||||
|
|
Loading…
Reference in New Issue