Fixed bugs #11722 and #11676
[pspp-builds.git] / src / ChangeLog
index 649add829b78e63f68afcb55f295ac4abbb3b72e..aeb5b76f50ff5dca37d60f01076b78e84921c638 100644 (file)
@@ -1,3 +1,11 @@
+Wed Jan 26 09:25:54 WST 2005 John Darrington <john@darrington.wattle.id.au>
+
+       * set.q: Copied the string produced by getenv("PAGER") thus avoiding
+       "invalid free" errors.  Hopefully fixes bug #11722
+
+       * compute.c expr-prs.c: Check that lvalues are populated before 
+       attempting to destroy them.  Closes bug #11676
+
 Tue Jan 25 21:01:43 WST 2005 John Darrington <john@darrington.wattle.id.au>
 
        * aggregate.c: Initialised the complete agr_proc structure.