pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/output.c
Date: Tue, 07 Jun 2005 03:20:52 -0400

Index: pspp/src/output.c
diff -u pspp/src/output.c:1.16 pspp/src/output.c:1.17
--- pspp/src/output.c:1.16      Mon Jun  6 04:37:16 2005
+++ pspp/src/output.c   Tue Jun  7 07:20:50 2005
@@ -455,8 +455,13 @@
       free(n);
       n = next;
     }
+  outp_class_list = NULL;
+
   free (outp_title);
+  outp_title = NULL;
+  
   free (outp_subtitle);
+  outp_subtitle = NULL;
 
   return 1;
 }




reply via email to

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