]> git.wh0rd.org - fontconfig.git/blobdiff - fc-cache/fc-cache.c
Don't force bitmap font enable in default configuration; allows users to
[fontconfig.git] / fc-cache / fc-cache.c
index ef92535a172650e8a167a60816636e19395e9a9c..6fa0c5a9cfcf40d0bcb411d8113f21a709790f6e 100644 (file)
@@ -296,6 +296,7 @@ main (int argc, char **argv)
      * sleep(3) can't be interrupted by a signal here -- this isn't in the
      * library, and there aren't any signals flying around here.
      */
+    FcConfigDestroy (config);
     sleep (2);
     if (verbose)
        printf ("%s: %s\n", argv[0], ret ? "failed" : "succeeded");