summaryrefslogtreecommitdiff
path: root/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-01 09:18:30 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-01 09:18:30 +0000
commit44a957c6079de6bf6c40d1782bcea07f9866fd58 (patch)
tree00270389e56d47374ed33bea675e8948ddff76e4 /SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c
parent2972b50ca22611bc63be80176b0f391dbd29be17 (diff)
downloadedk2-platforms-44a957c6079de6bf6c40d1782bcea07f9866fd58.tar.xz
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
Diffstat (limited to 'SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c')
-rw-r--r--SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c
index 3fe403106b..8be302e1cc 100644
--- a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c
+++ b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileDelete.c
@@ -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);