4 Mar
2026
4 Mar
'26
11:45 a.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/graphics.c:
hdc = CreateCompatibleDC(0); status = GdipCreateFromHDC(hdc, &graphics); + status = GdipCreateFromHWND(hwnd2, &graphics2);
`graphics2` is never deleted. Also, the `status` value is never tested (which is also an issue with the existing code, but we might as well fix that while we're changing it). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10235#note_131304