NPAR TESTS: Add framework for n sample independent variable tests.
[pspp] / src / language / stats / examine.q
index ab361735f115456d168bbe8ca13ee471297bfad4..e4239fda6adbbd45695b4350c93e64f7a51ade9b 100644 (file)
@@ -43,7 +43,6 @@
 #include <language/dictionary/split-file.h>
 #include <language/lexer/lexer.h>
 #include <libpspp/compiler.h>
-#include <libpspp/hash.h>
 #include <libpspp/message.h>
 #include <libpspp/misc.h>
 #include <libpspp/str.h>
@@ -365,6 +364,7 @@ show_npplot (const struct variable **dependent_var,
             }
 
          statistic_destroy (&np->parent.parent);
+         casereader_destroy (reader);
        }
     }
 }