X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=7bd87fc3e3f4dab7bcfee8cb1af11828693af869;hb=5969698ff6028947e097927e2391406481a36290;hp=ef215eb026cd379f25b9fc6baef2a452d193b93c;hpb=be68914bbcbfde6dbc51e20075691afbab3c2489;p=ppastats.git diff --git a/src/main.c b/src/main.c index ef215eb..7bd87fc 100644 --- a/src/main.c +++ b/src/main.c @@ -27,6 +27,7 @@ #include "cache.h" #include "html.h" +#include "http.h" #include "log.h" #include "lp_ws.h" #include "config.h" @@ -204,7 +205,7 @@ int main(int argc, char **argv) /* for valgrind.... */ free(package_status); free(output_dir); - lp_ws_cleanup(); + http_cleanup(); cache_cleanup(); exit(EXIT_SUCCESS);