Valgrind reported an invalid free in covariance_destroy: free (cov->vars);
cov->vars isn't allocated, but just copied as an argument to covariance_2pass_create: cov->vars = vars; Does anyone object to removing that call to free? -Jason _______________________________________________ pspp-dev mailing list pspp-dev@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-dev