21 Nov
2023
21 Nov
'23
2:30 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dcompiler_43/reflection.c:
skip_u32_unknown(&ptr, 1);
- d = HeapAlloc(GetProcessHeap(), 0, count * sizeof(*d)); + d = malloc(count * sizeof(*d));
Same here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4437#note_53027