Fix numerous memory leaks.
[pspp] / src / language / data-io / dataset.c
index cf25f74799f3031e68dc34b95c41c1ae084ef9b8..d0d4f0a8d371af818c884c2109209174cf9b44b0 100644 (file)
@@ -273,6 +273,8 @@ cmd_dataset_display (struct lexer *lexer UNUSED, struct dataset *ds)
                         pivot_value_new_user_text_nocopy (text));
     }
 
+  free (datasets);
+
   pivot_table_submit (table);
 
   return CMD_SUCCESS;