29 Nov
2023
29 Nov
'23
3:49 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/graphics.c:
/* free everything except root node and header */ delete_element(®ion->node); memcpy(region, clip, sizeof(GpRegion)); - heap_free(clip); + GdipFree(clip);
Why are GpRegion's changed to Gdip allocation functions while other things are changed to CRT? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4319#note_54266