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:
Liming Gao 2016-08-02 10:26:50 +08:00
parent 4884e81b5d
commit e9e44f6547
1 changed files with 1 additions and 0 deletions

View File

@ -2213,6 +2213,7 @@ BmRegisterBootManagerMenu (
UINTN DataSize;
DevicePath = NULL;
Description = NULL;
//
// Try to find BootMenuApp from LoadFile protocol
//