mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[0.4.9][LSASRV] LsapLogonUser(): Fix 'AuthenticatingAuthority' copypasta (#2839)
Reported by contributor 'qarmin', found by static code analysis. CORE-17074 The glitch once was introduced 7 years ago by SVN r58933 == git7934e35cdf
There is no real-world-issue known to date caused by this bug. fix cherry picked from commit 0.4.15-dev-303-g99d0a348aa
This commit is contained in:
parent
af690c1224
commit
0fc75d6692
1 changed files with 1 additions and 1 deletions
|
@ -1709,7 +1709,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