X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=893c18527b7ff30e431762ede6658332e6fc5e46;hb=29678b3e963f9831e281266f2d59c87a9a09b34d;hp=90c2ce1915b48a90bcbc1fdad325c2552d09ab0f;hpb=f1bdc3abd95899162c3cbbdb63a74145383cbb91;p=pspp-builds.git diff --git a/src/output/html.c b/src/output/html.c index 90c2ce19..893c1852 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -24,7 +24,6 @@ #include #include -#include #include #include #include @@ -34,6 +33,8 @@ #include "table.h" #include +#include "xalloc.h" + #include "gettext.h" #define _(msgid) gettext (msgid) @@ -91,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; }