[v2 PATCH] mfplat/tests: Remove a test crashing on XP/Vista.
11 Mar
2019
11 Mar
'19
11:44 a.m.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- v2: another attempt dlls/mfplat/tests/mfplat.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/mfplat/tests/mfplat.c b/dlls/mfplat/tests/mfplat.c index ae9d3b5719..3fa729b50e 100644 --- a/dlls/mfplat/tests/mfplat.c +++ b/dlls/mfplat/tests/mfplat.c @@ -873,9 +873,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); -- 2.20.1
2559
Age (days ago)
2559
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov