projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aebb03
)
Fix memory leak in wilcoxon_execute().
author
Ben Pfaff
<blp@gnu.org>
Mon, 19 Jan 2009 04:10:43 +0000
(20:10 -0800)
committer
Ben Pfaff
<blp@gnu.org>
Fri, 27 Mar 2009 04:24:28 +0000
(21:24 -0700)
src/language/stats/wilcoxon.c
patch
|
blob
|
history
diff --git
a/src/language/stats/wilcoxon.c
b/src/language/stats/wilcoxon.c
index e44233a7ab7904fb437a1988f6505cb3af4559cf..1bdcc06dc252851f93c7172a13c35fdfaba62367 100644
(file)
--- a/
src/language/stats/wilcoxon.c
+++ b/
src/language/stats/wilcoxon.c
@@
-124,6
+124,7
@@
wilcoxon_execute (const struct dataset *ds,
/* Central point values should be dropped */
ws[i].n_zeros += w;
+ case_unref (output);
continue;
}