diff options
-rw-r--r-- | PerformancePkg/Dp_App/Dp.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 (
|