Fixed various memory leaks in GUI
[pspp-builds.git] / src / ui / gui / ChangeLog
index 91a21e9d72589c98d1af92fd750619c95c9dee82..81a8544480c4da76aa8cba85c6c910a9bab5ae9f 100644 (file)
@@ -1,3 +1,11 @@
+2008-02-03  John Darrington <john@darrington.wattle.id.au>
+
+        * psppire-case-file.c psppire-case-file.h: Dont clone the casereader
+       before creating datasheet.  Add properties instead of direct code 
+        in _new function.
+
+        * psppire-data-store.c:  Implement proper dispose function.
+
 2008-01-29  John Darrington <john@darrington.wattle.id.au>
 
        * psppire-var-ptr.c psppire-var-ptr.h: New files