Fix memory leak in rank_sorted_casefile().
[pspp-builds.git] / src / language / stats / ChangeLog
index 9d45ca7bce56116dec3f0d47fdf0650031e66bbc..e891f6d5ee65cdc713962803aa8ecdf4b659bc9c 100644 (file)
@@ -1,3 +1,13 @@
+Sat Oct 14 16:52:28 2006  Ben Pfaff  <blp@gnu.org>
+
+       * rank.q: (rank_sorted_casefile) Add some missing case_destroy()
+       calls to fix a memory leak.
+
+Sun Oct  8 09:45:40 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * rank.q: Plugged a small memory leak which occurred under error
+       conditions.
+       
 Sat Oct  7 11:06:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * rank.q: Implemented most of the RANK command.