From: Behdad Esfahbod Date: Fri, 22 Aug 2008 22:25:22 +0000 (-0400) Subject: Document how to free return value of FcNameUnparse() X-Git-Tag: 2.7.0~164 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=8072f4b1304efc59fee5e61efc4c4b0fc05bb8fb Document how to free return value of FcNameUnparse() --- diff --git a/doc/fcpattern.fncs b/doc/fcpattern.fncs index 5a9912f..e071c81 100644 --- a/doc/fcpattern.fncs +++ b/doc/fcpattern.fncs @@ -393,5 +393,5 @@ Converts name from the standard text format described abo @DESC@ Converts the given pattern into the standard text format described above. The return value is not static, but instead refers to newly allocated memory -which should be freed by the caller. +which should be freed by the caller using free(). @@