mirror of https://github.com/acidanthera/audk.git
Add description for the parameter of SafeFreePool().
Signed-off-by: lzeng14 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12679 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5f5b907c0d
commit
18d37b829c
|
@ -87,6 +87,9 @@ PARAM_ITEM_LIST ParamList[] = {
|
|||
|
||||
/**
|
||||
Wrap original FreePool to check NULL pointer first.
|
||||
|
||||
@param[in] Buffer The pointer to the buffer to free.
|
||||
|
||||
**/
|
||||
VOID
|
||||
SafeFreePool (
|
||||
|
|
Loading…
Reference in New Issue