j
k
j a
j l
Huw Davies (@huw) commented about dlls/shell32/shellole.c:
{ ShellImageData *This; This = SHAlloc(sizeof(*This));
{ ShellImageData *This;
This = SHAlloc(sizeof(*This));
Moving this to `malloc()` would also make sense. It could be done as part of the same commit.
Back to the thread
Back to the list