mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +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;
|
UINTN DataSize;
|
||||||
|
|
||||||
DevicePath = NULL;
|
DevicePath = NULL;
|
||||||
|
Description = NULL;
|
||||||
//
|
//
|
||||||
// Try to find BootMenuApp from LoadFile protocol
|
// Try to find BootMenuApp from LoadFile protocol
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user