X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=893c18527b7ff30e431762ede6658332e6fc5e46;hb=ec98753885c4b9e38978d61262a9aa4ef4f8a69a;hp=76e152ae151c904b247daa0ebf8e8c9e947c65c2;hpb=6b40f1315cf46ca2417c10ce08bcf62941bdd305;p=pspp-builds.git diff --git a/src/output/html.c b/src/output/html.c index 76e152ae..893c1852 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -24,17 +24,17 @@ #include #include -#include #include #include #include #include "error.h" -#include "getline.h" #include "output.h" #include "manager.h" #include "table.h" #include +#include "xalloc.h" + #include "gettext.h" #define _(msgid) gettext (msgid) @@ -92,7 +92,6 @@ html_open_driver (struct outp_driver *this, struct substring options) return true; error: - free (x->chart_file_name); this->class->close_driver (this); return false; }