20 Oct
2022
20 Oct
'22
7:12 a.m.
Huw Davies (@huw) commented about dlls/shell32/shellole.c:
{ ShellImageData *This;
This = SHAlloc(sizeof(*This)); Moving this to `malloc()` would also make sense. It could be done as part of the same commit.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1103#note_11466