Fixed a second ONEWAY leak 20120730000505/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 29 Jul 2012 18:59:12 +0000 (20:59 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 29 Jul 2012 18:59:12 +0000 (20:59 +0200)
src/language/stats/oneway.c

index 4ac917bd5d883a2a20561a2ddd53e4f77d31aae5..dba2d35bb2ee353fdced3fbad494753aa9fb2ed7 100644 (file)
@@ -402,6 +402,8 @@ oneway_cleanup (struct oneway_spec *cmd)
 
       free (coeff_list);
     }
+
+  free (cmd->posthoc);
 }