1 Dec
2023
1 Dec
'23
11:42 a.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/animation.c:
if (!animation_count) return D3DERR_INVALIDCALL;
- if (!(object = heap_alloc(sizeof(*object)))) + if (!(object = malloc(sizeof(*object))))
Same for this one. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4539#note_54555