]> git.wh0rd.org - fontconfig.git/blobdiff - fc-cache/fc-cache.c
Call FcFini to make memory debugging easier
[fontconfig.git] / fc-cache / fc-cache.c
index 54add90b61e5c87b53eb410b6ac3deaba571c04b..cd664fa16f9e8371fdd9fd1a88115842789a3090 100644 (file)
@@ -457,6 +457,7 @@ main (int argc, char **argv)
      * library, and there aren't any signals flying around here.
      */
     FcConfigDestroy (config);
+    FcFini ();
     sleep (2);
     if (verbose)
        printf ("%s: %s\n", argv[0], ret ? "failed" : "succeeded");