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.