Clean up the following module msa files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2579 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2007-04-20 01:29:05 +00:00
parent ebb9ce7a06
commit 627c1d22d9
12 changed files with 106 additions and 290 deletions

View File

@ -991,7 +991,7 @@ HiiGetDefaultImagePopulateMap (
// Either Defaults/Manufacturing variable exists and appears to be valid.
// The map is read, exit w/ success now.
//
gBS->FreePool (Name16);
FreePool (Name16);
return;
}
@ -1149,7 +1149,7 @@ HiiGetDefaultImagePopulateMap (
}
}
gBS->FreePool (Name16);
FreePool (Name16);
}
@ -1570,7 +1570,7 @@ Returns:
//
// Free the old buffer, and assign into our database the latest buffer
//
gBS->FreePool (HandleDatabase->Buffer);
FreePool (HandleDatabase->Buffer);
HandleDatabase->Buffer = OrigTempBuffer;
return EFI_SUCCESS;