X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Fhtml.c;h=ea013b68fbc2fe7767be634b07ec200a330d6ad8;hp=81d6377b4625c23cb6325ffe5dd13769a546d2cf;hb=3fdf52a7dba9c3bcbd6e4ef8b945c6d91fc1d807;hpb=df7ffb359d84bd4eb3dbeafdc528eb0ac3675073 diff --git a/src/html.c b/src/html.c index 81d6377..ea013b6 100644 --- a/src/html.c +++ b/src/html.c @@ -568,7 +568,8 @@ ppa_to_html(const char *owner, free(path); } -void html_cleanup() { +void html_cleanup() +{ free(header); free(footer); free(ppa_body);