1 Nov
2023
1 Nov
'23
2:24 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mfplat/tests/mfplat.c:
hr = MFCancelWorkItem(key); ok(hr == S_OK, "Failed to cancel item, hr %#lx.\n", hr);
+ refcount = IMFAsyncCallback_Release(&callback->IMFAsyncCallback_iface); + ok(refcount == 0, "Unexpected refcount %lu.\n", refcount); +
I don't see why that would be a concern, but checking this is fine. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4243#note_50494