From 18d37b829c3a1990d110d94bd96d4028d36ad422 Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Thu, 10 Nov 2011 01:44:22 +0000 Subject: [PATCH] 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 --- PerformancePkg/Dp_App/Dp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PerformancePkg/Dp_App/Dp.c b/PerformancePkg/Dp_App/Dp.c index c5b8010298..755f68833a 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 ( -- 2.39.2