Description
In LsarRetrievePrivateData we're just freeing EncCurrentValue and closing SecretObject in the failure path. It could happen in the non failure one too.
Move them outside.
This also fixes CID 1363457
In LsarRetrievePrivateData we're just freeing EncCurrentValue and closing SecretObject in the failure path. It could happen in the non failure one too.
Move them outside.
This also fixes CID 1363457