windows-permissions-rs icon indicating copy to clipboard operation
windows-permissions-rs copied to clipboard

Fix leak in LookupAccountName

Open Guiguiprim opened this issue 1 year ago • 0 comments

This sit on top of https://github.com/danieldulaney/windows-permissions-rs/pull/19

Fix a Sid leak in LookupAccountName() due to the use of Box<Sid> instead of LocalBox<Sid>

Guiguiprim avatar Jun 07 '23 09:06 Guiguiprim