Functions to handle coefficient-to-variable/value matching
[pspp-builds.git] / lib / linreg / linreg.c
index 6c2ee289015ae06bed91c07b9ed4637eb8425df1..0bc1f0ce4ca43ccb38c94ffb66124b669c3c4f63 100644 (file)
@@ -116,7 +116,7 @@ pspp_linreg_cache_free (pspp_linreg_cache * c)
   gsl_vector_free (c->indep_std);
   gsl_vector_free (c->ss_indeps);
   gsl_matrix_free (c->cov);
-  free (c->coeff);
+  pspp_linreg_coeff_free (c->coeff);
   free (c);
 }