Fix memory leak in examine
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 4 Jul 2010 12:49:54 +0000 (14:49 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 4 Jul 2010 12:49:54 +0000 (14:49 +0200)
src/language/stats/examine.q

index ab361735f115456d168bbe8ca13ee471297bfad4..d4ac27dde74044a92f48d3748df8e3e1ce0dd4ca 100644 (file)
@@ -365,6 +365,7 @@ show_npplot (const struct variable **dependent_var,
             }
 
          statistic_destroy (&np->parent.parent);
+         casereader_destroy (reader);
        }
     }
 }