mirror of https://github.com/acidanthera/audk.git
MdeModulePkg Pcd: Refine the code to avoid error report.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14879 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b6023fb17d
commit
f47fc1cb25
|
@ -169,6 +169,7 @@ GetPcdName (
|
|||
// Need to get the full PCD name.
|
||||
//
|
||||
Name = AllocateZeroPool (AsciiStrSize (TokenSpaceName) + AsciiStrSize (PcdName));
|
||||
ASSERT (Name != NULL);
|
||||
//
|
||||
// Catenate TokenSpaceCName and PcdCName with a '.' to form the full PCD name.
|
||||
//
|
||||
|
|
|
@ -138,6 +138,7 @@ GetPcdName (
|
|||
// Need to get the full PCD name.
|
||||
//
|
||||
Name = AllocateZeroPool (AsciiStrSize (TokenSpaceName) + AsciiStrSize (PcdName));
|
||||
ASSERT (Name != NULL);
|
||||
//
|
||||
// Catenate TokenSpaceCName and PcdCName with a '.' to form the full PCD name.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue