From: Star Zeng Date: Wed, 19 Nov 2014 07:11:59 +0000 (+0000) Subject: MdeModulePkg DxeCore: Fix VS2013 build failure. X-Git-Tag: edk2-stable201903~10605 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=ac30bca0a37b0f88781ff447183970a523d1f5c3 MdeModulePkg DxeCore: Fix VS2013 build failure. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16405 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c index c378ca5b4c..0776cd6d24 100644 --- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c @@ -736,6 +736,8 @@ FvIsBeingProcesssed ( LIST_ENTRY *Link; KNOWN_HANDLE *KnownHandle; + FwVolHeader = NULL; + // // Get the FirmwareVolumeBlock protocol on that handle //