* ascii.c (struct ascii_driver_ext): New member reported_error.
[pspp] / src / output / chart.c
index 9ae12f9c3105c600cea0a2bed692a8dea824908c..489ef189f6d3817c047147ef8bcd206ec31cc56c 100644 (file)
@@ -52,6 +52,7 @@ chart_create(void)
     return NULL;
 
   chart = xmalloc (sizeof *chart);
+  chart->lp = NULL;
   d->class->initialise_chart(d, chart);
   if (!chart->lp)
     {