pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/vfm.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/vfm.c
Date: Sun, 23 Jan 2005 23:29:55 -0500

Index: pspp/src/vfm.c
diff -u pspp/src/vfm.c:1.28 pspp/src/vfm.c:1.29
--- pspp/src/vfm.c:1.28 Tue Nov 16 08:08:00 2004
+++ pspp/src/vfm.c      Mon Jan 24 04:29:53 2005
@@ -661,12 +661,9 @@
       free (t_trns[i]);
     }
   n_trns = f_trns = 0;
-  if (m_trns > 32)
-    {
-      free (t_trns);
-      t_trns=NULL;
-      m_trns = 0;
-    }
+  free (t_trns);
+  t_trns=NULL;
+  m_trns = 0;
 }
 
 /* Creates a case source with class CLASS and auxiliary data AUX




reply via email to

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