Commit f85c5f1c authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

mf/tests: Avoid leaking media types in test_video_processor (Valgrind).

parent ac393df4
......@@ -6504,7 +6504,10 @@ static void test_video_processor(void)
|| IsEqualGUID(&expect_available_inputs[i], &MFAudioFormat_MPEG)
|| IsEqualGUID(&expect_available_inputs[i], &MFVideoFormat_420O)
|| IsEqualGUID(&expect_available_inputs[i], &MFVideoFormat_A16B16G16R16F) /* w1064v1507 */)
{
IMFMediaType_Release(media_type);
continue;
}
winetest_push_context("in %lu", i);
ok(hr == S_OK, "GetInputAvailableType returned %#lx\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