5 Sep
2024
5 Sep
'24
6:36 p.m.
On Thu Sep 5 18:40:14 2024 +0000, Grigory Vasilyev wrote:
@Alcaro But this is char string, not wchar. First, the char string is copied to wchar string, and then the UNICODE_SATRING structure is filled. Yes, you need to free that.
Which you do on the next line. There's no need to free it twice. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6423#note_81261