aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/fc-query
diff options
context:
space:
mode:
Diffstat (limited to 'fontconfig/fc-query')
-rw-r--r--fontconfig/fc-query/fc-query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/fc-query/fc-query.c b/fontconfig/fc-query/fc-query.c
index 0680b92cf..2ed18a2c3 100644
--- a/fontconfig/fc-query/fc-query.c
+++ b/fontconfig/fc-query/fc-query.c
@@ -165,7 +165,7 @@ main (int argc, char **argv)
if (s)
{
printf ("%s", s);
- free (s);
+ FcStrFree (s);
}
}
else