called, not just if there was some valid data. Fixes bug #19581.
Reviewed by Jason Stover.
+2007-07-27 Ben Pfaff <blp@gnu.org>
+
+ * regression.q (run_regression): Move casereader_destroy call so
+ that it always gets called, not just if there was some valid
+ data. Fixes bug #19581.
+ Reviewed by Jason Stover.
+
2007-07-24 Ben Pfaff <blp@gnu.org>
* flip.c (struct flip_pgm): Remove `case_size' member (now
}
gsl_vector_set (Y, row, case_num (&c, dep_var));
}
- casereader_destroy (reader);
/*
Now that we know the number of coefficients, allocate space
and store pointers to the variables that correspond to the
{
msg (SE, gettext ("No valid data found. This command was skipped."));
}
+ casereader_destroy (reader);
}
free (indep_vars);
free (lopts.get_indep_mean_std);