make valgrind happy
[ppastats.git] / src / main.c
index 9ef8b5b..961c468 100644 (file)
@@ -26,6 +26,7 @@
 #include <string.h>
 
 #include "cache.h"
+#include <fcache.h>
 #include "html.h"
 #include "http.h"
 #include "lp_ws.h"
@@ -219,6 +220,7 @@ int main(int argc, char **argv)
        free(output_dir);
        http_cleanup();
        cache_cleanup();
+       fcache_cleanup();
        html_cleanup();
 
        exit(EXIT_SUCCESS);