From ac30bca0a37b0f88781ff447183970a523d1f5c3 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Wed, 19 Nov 2014 07:11:59 +0000 Subject: [PATCH] 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 --- MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 2 ++ 1 file changed, 2 insertions(+) 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 // -- 2.39.2