[PATCH 0/1] MR6493: gdiplus: Fix assignment of result in GdipCloneBrush.
13 Sep
2024
13 Sep
'24
4:25 p.m.
13 Sep
13 Sep
4:25 p.m.
New subject: [PATCH 1/1] gdiplus: Fix assignment of result in GdipCloneBrush.
From: Esme Povirk <esme(a)codeweavers.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57181 --- dlls/gdiplus/brush.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c index d5e0555d3d6..1f080648f9c 100644 --- a/dlls/gdiplus/brush.c +++ b/dlls/gdiplus/brush.c @@ -116,6 +116,7 @@ GpStatus WINGDIPAPI GdipCloneBrush(GpBrush *brush, GpBrush **clone) memcpy(dest->pblendpos, src->pblendpos, pcount * sizeof(REAL)); } + *clone = &dest->brush; break; } case BrushTypeLinearGradient:{ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6493
538
Age (days ago)
538
Last active (days ago)
1 comments
2 participants
participants (2)
-
Esme Povirk -
Esme Povirk (@madewokherd)