From: Jean-Philippe Orsini Date: Sat, 22 Feb 2014 11:05:18 +0000 (+0000) Subject: make valgrind happy X-Git-Tag: v1.3.0~34 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=commitdiff_plain;h=f279b20c8087cd0d118c258f2d76d2e3c19d53f6 make valgrind happy --- 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);