microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.32k stars 113 forks source link

Remove RAIIFree attribute from PSID #1988

Closed riverar closed 2 weeks ago

riverar commented 2 weeks ago

Fixes: #1985, fixes: #1986

Removing RAIIFree attribute from PSID due to ambiguous freeing semantics for PSID. See AllocateAndInitializeSid vs ConvertStringSidToSid.