mfplat/tests: Remove a test crashing on XP/Vista.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Nikolay Sivov 2019-03-11 14:44:18 +03:00 committed by Alexandre Julliard
parent c47355a3dc
commit f78bd03a75
1 changed files with 0 additions and 3 deletions

View File

@ -874,9 +874,6 @@ static HRESULT WINAPI testcallback_Invoke(IMFAsyncCallback *iface, IMFAsyncResul
IMFMediaEvent_Release(event);
hr = IMFMediaEventQueue_EndGetEvent(queue, result, &event);
ok(hr == E_FAIL, "Unexpected result, hr %#x.\n", hr);
IMFMediaEventQueue_Release(queue);
SetEvent(callback->event);