15 Dec
2023
15 Dec
'23
4:10 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/graphicspath.c:
memset(types + i, 0, ((path->pathdata.Count + 3) & ~3) - path->pathdata.Count); return size; } + +GpStatus clip_path(GpGraphics *graphics, GpPath *in, GpPath *out) +{ + RectF rect; + int i; + path_list_node_t *list, *pos = NULL;
`list` needs to be initialized to NULL. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3288#note_56104