On Sun Jun 18 00:44:41 2023 +0000, Alex Henrie wrote:
I remember being confused as to the intention here when I converted this library to use CRT allocation functions. If the initial value is only used as a parameter to realloc, let's just initialize it to NULL.
Wine might not care, but that won't work on all platforms (I have been burned by that before).