pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

invalid free in covariance_destroy


From: Jason Stover
Subject: invalid free in covariance_destroy
Date: Wed, 3 Mar 2010 11:19:56 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]