X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.c;h=a2cf9dd7854c130afee0e6de6cda28b506e9d486;hb=3b45b998691d080fcb64cb8783633cf7b14a54ff;hp=88d0d5c238e87c8746f90fb9d2ef7acc9409d9c0;hpb=bae3da89755d9503a674712303117dd76311b267;p=pspp-builds.git diff --git a/src/math/categoricals.c b/src/math/categoricals.c index 88d0d5c2..a2cf9dd7 100644 --- a/src/math/categoricals.c +++ b/src/math/categoricals.c @@ -264,6 +264,9 @@ categoricals_destroy (struct categoricals *cat) { case_unref (iv->ccase); } + + free (cat->iap[i].enc_sum); + free (cat->iap[i].df_prod); hmap_destroy (&cat->iap[i].ivmap); }