From 1b692d8ab91a096e7d433c51ab187382de91147b Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 1 Jun 2012 19:06:17 +0900 Subject: Fix the wrong estimation for the memory usage information in fontconfig --- fc-pattern/fc-pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc-pattern') diff --git a/fc-pattern/fc-pattern.c b/fc-pattern/fc-pattern.c index aa51e5f3..84eb1eea 100644 --- a/fc-pattern/fc-pattern.c +++ b/fc-pattern/fc-pattern.c @@ -176,7 +176,7 @@ main (int argc, char **argv) if (s) { printf ("%s", s); - free (s); + FcStrFree (s); } } else -- cgit v1.2.3