On Wed Sep 13 02:57:08 2023 +0000, Alex Henrie wrote:
changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/3736/diffs?diff_id=68700&start_sha=0b0a35f86b91255a296410778ea2384f0996fe81#f5c6f02ceba4916a6442371fed94c6f0c13077bc_375_374)
You're right that it's unnecessary to cast the void pointer returned from malloc or realloc, so I've removed those casts. Thanks for pointing that out. As far as the casts in the calls to free, they are all to avoid warnings about freeing pointers to const strings, so they can't be removed.