From c3136d18321df31caa7f582d475132c2e02155de Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Fri, 16 Nov 2007 19:33:20 -0500 Subject: [PATCH] Add generated comment noting requirement to free replies after use. --- src/c-client.xsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/c-client.xsl b/src/c-client.xsl index c90e94f..e61ce82 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -407,6 +407,8 @@ authorization from the authors. * The parameter @p e supplied to this function must be NULL if * _unchecked(). is used. * Otherwise, it stores the error if any. + * + * The returned value must be freed by the caller using free(). */ -- 2.34.1