summaryrefslogtreecommitdiff
path: root/PerformancePkg
diff options
context:
space:
mode:
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-10 01:44:22 +0000
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-10 01:44:22 +0000
commit18d37b829c3a1990d110d94bd96d4028d36ad422 (patch)
tree1fa49945a9d6725029693168914aa6bec3a95b60 /PerformancePkg
parent5f5b907c0dd693d2ba64e4727734bdf39604c0a8 (diff)
downloadjuice-18d37b829c3a1990d110d94bd96d4028d36ad422.tar.gz
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
Diffstat (limited to 'PerformancePkg')
-rw-r--r--PerformancePkg/Dp_App/Dp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/PerformancePkg/Dp_App/Dp.c b/PerformancePkg/Dp_App/Dp.c
index c5b801029..755f68833 100644
--- a/PerformancePkg/Dp_App/Dp.c
+++ b/PerformancePkg/Dp_App/Dp.c
@@ -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 (