+Sat Oct 14 16:52:28 2006 Ben Pfaff <blp@gnu.org>
+
+ * rank.q: (rank_sorted_casefile) Add some missing case_destroy()
+ calls to fix a memory leak.
+
Sun Oct 8 09:45:40 WST 2006 John Darrington <john@darrington.wattle.id.au>
* rank.q: Plugged a small memory leak which occurred under error
dest_idx, dest);
w = 0.0;
+ case_destroy (&group_case);
case_move (&group_case, &this_case);
}
if ( !value_is_missing (mv, this_value) )
w += c;
+ case_destroy (&this_case);
}
+ case_destroy (&group_case);
rank_cases (pos, ULONG_MAX, ultimate_crit, mv, w,
rs, n_rank_specs, dest_idx, dest);
}