]> git.wh0rd.org - fontconfig.git/commitdiff
Document how to free return value of FcNameUnparse()
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 22 Aug 2008 22:25:22 +0000 (18:25 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:54:00 +0000 (16:54 -0800)
doc/fcpattern.fncs

index 5a9912f4465a720321fe366dcaf76778fd7056b9..e071c8134c83734c4e6d509e684721a2aad813ba 100644 (file)
@@ -393,5 +393,5 @@ Converts <parameter>name</parameter> 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().
 @@