to make valgrind happy
[ppastats.git] / src / main.c
index 58cb028..9ef8b5b 100644 (file)
@@ -219,6 +219,7 @@ int main(int argc, char **argv)
        free(output_dir);
        http_cleanup();
        cache_cleanup();
+       html_cleanup();
 
        exit(EXIT_SUCCESS);
 }