X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.c;fp=src%2Fmath%2Fcategoricals.c;h=586037b585c3a7d91aabf94da12e61a35d0ad8dc;hb=59c87092f400493fbc95ee72e5cd8bf02468ce01;hp=a7cf3a114624d4de3a9ea5d184a516b85a1700fa;hpb=faa1da8f10b1e22c7b1ec37e9cbcb94cbd8b4260;p=pspp diff --git a/src/math/categoricals.c b/src/math/categoricals.c index a7cf3a1146..586037b585 100644 --- a/src/math/categoricals.c +++ b/src/math/categoricals.c @@ -261,6 +261,7 @@ categoricals_destroy (struct categoricals *cat) free (cat->iap[i].enc_sum); free (cat->iap[i].df_prod); hmap_destroy (&cat->iap[i].ivmap); + interaction_destroy (cat->iap[i].iact); } /* Interate over each variable and delete its value map */