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>
This commit is contained in:
parent
c47355a3dc
commit
f78bd03a75
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue