Sept. 16, 2023
12:58 p.m.
The memory is completely overwritten a few lines later, so there is no reason to preserve its original contents. Furthermore, _recalloc will not be available if this DLL switches from ucrtbase to msvcrt, and the code as written would leak memory if _recalloc failed. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3869