mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
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…
x
Reference in New Issue
Block a user