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=b9748c759ed8f114969728743c84d3880ce033df;hb=7dfbf1beae10727cc07213b2c74a991859f9fcbc;hp=43edd048dc5324a8306133453096a0d079625708;hpb=8e7b07bbd3cd28e02aeb5014a5e86a0e9b8f2411;p=pspp diff --git a/src/math/categoricals.c b/src/math/categoricals.c index 43edd048dc..b9748c759e 100644 --- a/src/math/categoricals.c +++ b/src/math/categoricals.c @@ -254,7 +254,7 @@ categoricals_destroy (struct categoricals *cat) HMAP_FOR_EACH (iv, struct interaction_value, node, &cat->iap[i].ivmap) { if (cat->payload && cat->payload->destroy) - cat->payload->destroy (cat->aux1, iv->user_data); + cat->payload->destroy (cat->aux1, cat->aux2, iv->user_data); case_unref (iv->ccase); }