]> git.proxmox.com Git - mirror_edk2.git/commit
Do the following fix up in SetupBrowser driver:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 4 Jun 2010 01:29:03 +0000 (01:29 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 4 Jun 2010 01:29:03 +0000 (01:29 +0000)
commit13ad1def34bfd3f8fbfa4bc0bf814518a9047b27
tree153007468251a83485bbbf164c9093867f39a27d
parentc6498c1d459dbdedead7664fd3c6e498a337e4f1
Do the following fix up in SetupBrowser driver:
  1)  Check whether ConfigAccess is NULL before use it.
  2)  Don't do call back for UI_ACTION_REFRESH_FORMSET action.
  3)  Release resource before leave SetupBrowser() function.
  4)  Use the unified check method (HiiHandle, FormsetGuid and FormId) to check FORM is open or close.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10565 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
MdeModulePkg/Universal/SetupBrowserDxe/ProcessOptions.c
MdeModulePkg/Universal/SetupBrowserDxe/Setup.c