2 Apr
2025
2 Apr
'25
9:13 a.m.
Anton Baskanov (@baskanov) commented about dlls/amstream/tests/amstream.c:
mem_allocator = NULL; hr = IMemInputPin_GetAllocator(mem_input, &mem_allocator); - todo_wine ok(hr == S_OK, "Got hr %#lx.\n", hr); - todo_wine ok (mem_allocator == ddraw_allocator, "Expected GetAllocator to return ddraw allocator.\n");
Why did you remove the allocator equality check? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7715#note_99679