Commit a8a4a8d2 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mfreadwrite/tests: Add missing return value check (Coverity).

parent 622a84c6
...@@ -120,5 +120,6 @@ START_TEST(mfplat) ...@@ -120,5 +120,6 @@ START_TEST(mfplat)
test_MFCreateSourceReaderFromByteStream(); test_MFCreateSourceReaderFromByteStream();
test_factory(); test_factory();
MFShutdown(); hr = MFShutdown();
ok(hr == S_OK, "Failed to shut down, hr %#x.\n", hr);
} }
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