X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Fmain.c;h=9ef8b5b0a97dd74572fc2c8b6f4cdf5a610004b1;hp=58cb028684e9c53e5cd28786f7065c14cc804d0c;hb=a2844e3fbd45dfe98e7fc923dd59ce38f2598f81;hpb=ffb8a406a1cf1b501dd3e3051e6028486c76f1e7 diff --git a/src/main.c b/src/main.c index 58cb028..9ef8b5b 100644 --- a/src/main.c +++ b/src/main.c @@ -219,6 +219,7 @@ int main(int argc, char **argv) free(output_dir); http_cleanup(); cache_cleanup(); + html_cleanup(); exit(EXIT_SUCCESS); }