Re: [edk2] [patch] MdeModulePkg: FileExplorerLib: Add check when to call FreePool function

2016-03-01 Thread Dong, Eric
Reviewed-by: Eric Dong > -Original Message- > From: Bi, Dandan > Sent: Tuesday, March 01, 2016 10:14 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming; Dong, Eric > Subject: [patch] MdeModulePkg: FileExplorerLib: Add check when to call > FreePool function > > when free up resource allo

[edk2] [patch] MdeModulePkg: FileExplorerLib: Add check when to call FreePool function

2016-02-29 Thread Dandan Bi
when free up resource allocated for a MenuEntry, there exists the case that the DevicePath and DisplayString are NULL, so before calling FreePool function, need to check. Cc: Liming Gao Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdeModu