Jan. 23, 2024
10:28 a.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