28 Jul
2025
28 Jul
'25
4:51 p.m.
This leaks the value previously assigned to `This->filterspecs[i].pszName`. Also, elsewhere in the file, this variable is freed with `LocalFree` so I think we have to do the allocation with `LocalAlloc`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8608#note_111153