Fix memory leaks in ONEWAY command
[pspp] / src / math / linreg.c
index 90c62a5258640fdfb9a1eeb8b29bd4164ba77d29..7c85634a50fd28e558cdb8cfef0d38d30da79838 100644 (file)
@@ -118,6 +118,7 @@ linreg_free (void *m)
     {
       gsl_vector_free (c->indep_means);
       gsl_vector_free (c->indep_std);
+      gsl_vector_free (c->ss_indeps);
       gsl_matrix_free (c->cov);
       free (c->indep_vars);
       free (c->coeff);