On Tue Jul 1 04:37:01 2025 +0000, Zhiyi Zhang wrote:
Removing this line causes test failures because GdipAlloc() on Windows doesn't zero memory. Please see https://gitlab.winehq.org/wine/wine/-/jobs/170083 for the result with v3 that doesn't have this line.
We should probably change GdipAlloc() to use malloc() for better performance. We had cases in MediaFoundation where zeroing memory for a large buffer causes stutters. I will send a patch.