pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src ChangeLog examine.q


From: John Darrington
Subject: [Pspp-cvs] pspp/src ChangeLog examine.q
Date: Fri, 16 Dec 2005 01:14:39 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     John Darrington <address@hidden>        05/12/16 01:14:39

Modified files:
        src            : ChangeLog examine.q 

Log message:
        Fixed buglet which manifested itself when running two consecutive 
EXAMINE
        commands.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/ChangeLog.diff?tr1=1.253&tr2=1.254&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/examine.q.diff?tr1=1.31&tr2=1.32&r1=text&r2=text

Patches:
Index: pspp/src/ChangeLog
diff -u pspp/src/ChangeLog:1.253 pspp/src/ChangeLog:1.254
--- pspp/src/ChangeLog:1.253    Wed Dec 14 06:59:06 2005
+++ pspp/src/ChangeLog  Fri Dec 16 01:14:39 2005
@@ -1,3 +1,7 @@
+Fri Dec 16 09:11:48 WST 2005 John Darrington <address@hidden>
+
+       * examine.q: Fixed buglet when cleaning up at end of procedure.
+
 Tue Dec 13 22:34:42 2005  Ben Pfaff  <address@hidden>
 
        Move global initialization and cleanup code into main.c.
Index: pspp/src/examine.q
diff -u pspp/src/examine.q:1.31 pspp/src/examine.q:1.32
--- pspp/src/examine.q:1.31     Wed Oct 26 05:06:14 2005
+++ pspp/src/examine.q  Fri Dec 16 01:14:39 2005
@@ -233,6 +233,7 @@
        hsh_destroy ( ff->fstats ) ;
        free ( ff ) ;
       }
+    factors = 0;
   }
 
   subc_list_double_destroy(&percentile_list);
@@ -663,9 +664,6 @@
 
 }
 
-
-
-
 static void 
 run_examine(const struct casefile *cf, void *cmd_ )
 {
@@ -677,7 +675,6 @@
 
   /* Make sure we haven't got rubbish left over from a 
      previous split */
-
   struct factor *fctr = factors;
   while (fctr) 
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]