Re: [PATCH v20 0/4] MR4661: gdiplus: Implement Gdiplus effects
23 Jan
2024
23 Jan
'24
4:28 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/image.c:
{ TRACE("(%p)\n", effect);
+ if (effect->params) + free(effect->params); Don't check for NULL if you're only calling `free`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4661#note_58654
773
Age (days ago)
773
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (@madewokherd)