* ascii.c (struct ascii_driver_ext): New member reported_error.
[pspp-builds.git] / src / output / html.c
index 90c2ce1915b48a90bcbc1fdad325c2552d09ab0f..17be1751c1b1cf2fc71bcd58788163a2201c8e1d 100644 (file)
@@ -91,7 +91,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;
 }