Enhance drivers for sanity check and coding style alignment.
Signed-off-by: gdong1 Reviewed-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12622 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -229,6 +229,7 @@ DeleteUser (
|
||||
//
|
||||
// Delete the user on the credential providers by its identification policy.
|
||||
//
|
||||
ASSERT (Info != NULL);
|
||||
DeleteCredentialFromProviders ((UINT8 *)(Info + 1), Info->InfoSize - sizeof (EFI_USER_INFO), User);
|
||||
FreePool (Info);
|
||||
|
||||
|
Reference in New Issue
Block a user