diff options
Diffstat (limited to 'fontconfig/fc-match/fc-match.c')
-rw-r--r-- | fontconfig/fc-match/fc-match.c | 2 |
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); } } |