make valgrind happy
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 22 Feb 2014 11:05:18 +0000 (11:05 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 22 Feb 2014 11:05:18 +0000 (11:05 +0000)
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);