]> git.wh0rd.org - fontconfig.git/blobdiff - fc-match/fc-match.c
Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.
[fontconfig.git] / fc-match / fc-match.c
index d9742c97ea22298e1ab3103b28fbc4b68f549ab5..5f36f004fd0abeca1e97982e0a9d4ac038b60ecf 100644 (file)
@@ -187,5 +187,6 @@ main (int argc, char **argv)
        }
        FcFontSetDestroy (fs);
     }
+    FcFini ();
     return 0;
 }