mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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…
x
Reference in New Issue
Block a user