On Tue Dec 5 04:59:13 2023 +0000, Alex Henrie wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/4592/diffs?diff_id=88113&start_sha=e688d4ce75c3316852aea250cbf5af9682b43cf2#64e36dc188b426d0272df3602a114c1f97c8d5dd_830_830)
Yes, you're right. Ordinarily GCC would warn that memory returned from `wine_get_dos_file_name` shouldn't be freed with `free`, but it didn't because the function is called via a function pointer. Fixed.