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?