Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / output / html.c
index 76e152ae151c904b247daa0ebf8e8c9e947c65c2..893c18527b7ff30e431762ede6658332e6fc5e46 100644 (file)
 #include <time.h>
 #include <unistd.h>
 
-#include <libpspp/alloc.h>
 #include <libpspp/assertion.h>
 #include <libpspp/compiler.h>
 #include <data/file-name.h>
 #include "error.h"
-#include "getline.h"
 #include "output.h"
 #include "manager.h"
 #include "table.h"
 #include <libpspp/version.h>
 
+#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;
 }