audk/MdeModulePkg/Universal/DisplayEngineDxe
Dandan Bi 0196c24a94 MdeModulePkg:Fix the potential memory leak issue in Display Engine
The MenuOption insert to gMenuOption allocate memory every time,but not free.
Now add the code to free it.And for Date/Time,it will create 3 menus,but previously
the Description point to the same address,so when free the Description,it will cause
issue,now reset the Description pointer.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19647 6f19259b-4bc3-4df7-8a09-765794883524
2016-01-15 09:50:40 +00:00
..
DisplayEngine.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
DisplayEngineDxe.inf MdeModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 06:34:06 +00:00
DisplayEngineExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
FormDisplay.c MdeModulePkg:Fix the potential memory leak issue in Display Engine 2016-01-15 09:50:40 +00:00
FormDisplay.h MdeModulePkg: Fix potential buffer overflow issues. 2015-05-19 09:26:25 +00:00
FormDisplayStr.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
InputHandler.c MdeModulePkg: remove unreachable code 2015-12-03 08:51:17 +00:00
ProcessOptions.c MdeModulePkg: remove unreachable code 2015-12-03 08:51:17 +00:00