Update the traversal path logic.

Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14220 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10
2013-03-27 03:09:18 +00:00
parent 05b9f4cf70
commit c40bd44249
3 changed files with 66 additions and 27 deletions

View File

@@ -244,6 +244,11 @@ SendForm (
//
gFooterHeight = FOOTER_HEIGHT + (Index / 3);
//
// Clean the history menu list.
//
InitializeListHead (&gMenuList);
//
// Save globals used by SendForm()
//
@@ -378,6 +383,7 @@ SendForm (
}
FreeBrowserStrings ();
UiFreeMenuList(&gMenuList);
gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_LIGHTGRAY, EFI_BLACK));
gST->ConOut->ClearScreen (gST->ConOut);