mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[LSASRV] LsapLogonUser(): Fix 'AuthenticatingAuthority' copypasta (#2839)
Reported by contributor 'qarmin'. CORE-17074
This commit is contained in:
parent
f323778b0b
commit
99d0a348aa
1 changed files with 1 additions and 1 deletions
|
@ -1801,7 +1801,7 @@ done:
|
|||
/* Free the authentication authority */
|
||||
if (AuthenticatingAuthority != NULL)
|
||||
{
|
||||
if (AuthenticatingAuthority != NULL)
|
||||
if (AuthenticatingAuthority->Buffer != NULL)
|
||||
LsapFreeHeap(AuthenticatingAuthority->Buffer);
|
||||
|
||||
LsapFreeHeap(AuthenticatingAuthority);
|
||||
|
|
Loading…
Reference in a new issue