ShellPkg/UefiShellBcfgCommandLib: Fix VS2012 build failure

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Dandan Bi 2017-03-14 09:34:59 +08:00 committed by Hao Wu
parent b16dd6c86e
commit f4fc7d5304
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ BcfgMod (
ShellStatus = SHELL_SUCCESS;
FileList = NULL;
DevicePath = NULL;
DevicePathBuffer = NULL;
ZeroMem (&LoadOption, sizeof(EFI_BOOT_MANAGER_LOAD_OPTION));