mirror of https://github.com/acidanthera/audk.git
MdeModulePkg UefiBootManagerLib: Fix VS2012 build failure
Initialize local variable Description as NULL first. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
parent
4884e81b5d
commit
e9e44f6547
|
@ -2213,6 +2213,7 @@ BmRegisterBootManagerMenu (
|
|||
UINTN DataSize;
|
||||
|
||||
DevicePath = NULL;
|
||||
Description = NULL;
|
||||
//
|
||||
// Try to find BootMenuApp from LoadFile protocol
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue