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