mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[LSASRV]
Fix cleanup in LsarRetrievePrivateData(). Modified patch by Victor Martinez Calvo. CORE-11611 #resolve #comment Thanks a lot! svn path=/trunk/; revision=71952
This commit is contained in:
parent
beec6930e7
commit
50df31709e
1 changed files with 3 additions and 3 deletions
|
@ -2625,10 +2625,10 @@ done:
|
||||||
|
|
||||||
if (EncCurrentValue != NULL)
|
if (EncCurrentValue != NULL)
|
||||||
midl_user_free(EncCurrentValue);
|
midl_user_free(EncCurrentValue);
|
||||||
|
}
|
||||||
|
|
||||||
if (SecretObject != NULL)
|
if (SecretObject != NULL)
|
||||||
LsapCloseDbObject(SecretObject);
|
LsapCloseDbObject(SecretObject);
|
||||||
}
|
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue