From f279b20c8087cd0d118c258f2d76d2e3c19d53f6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 22 Feb 2014 11:05:18 +0000 Subject: [PATCH] make valgrind happy --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index 9ef8b5b..961c468 100644 --- a/src/main.c +++ b/src/main.c @@ -26,6 +26,7 @@ #include #include "cache.h" +#include #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); -- 2.7.4