diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-06-01 19:06:17 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-06-01 19:06:17 +0900 |
commit | 1b692d8ab91a096e7d433c51ab187382de91147b (patch) | |
tree | 45f44a807da2812eab3043d2e8d375d9035db8ae /fc-query | |
parent | 5254a6630fdf132b0cda62c1bc7e8e40d2639bdf (diff) |
Fix the wrong estimation for the memory usage information in fontconfig
Diffstat (limited to 'fc-query')
-rw-r--r-- | fc-query/fc-query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-query/fc-query.c b/fc-query/fc-query.c index 0680b92c..2ed18a2c 100644 --- a/fc-query/fc-query.c +++ b/fc-query/fc-query.c @@ -165,7 +165,7 @@ main (int argc, char **argv) if (s) { printf ("%s", s); - free (s); + FcStrFree (s); } } else |