pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/examine.q


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/examine.q
Date: Fri, 21 Jan 2005 06:59:42 -0500

Index: pspp/src/examine.q
diff -u pspp/src/examine.q:1.20 pspp/src/examine.q:1.21
--- pspp/src/examine.q:1.20     Tue Jan 18 15:15:12 2005
+++ pspp/src/examine.q  Fri Jan 21 11:59:39 2005
@@ -218,6 +218,19 @@
   if ( dependent_vars ) 
     free (dependent_vars);
 
+  {
+    struct factor *f = factors ;
+    while ( f ) 
+      {
+       struct factor *ff = f;
+
+       f = f->next;
+       free ( ff->fs );
+       hsh_destroy ( ff->fstats ) ;
+       free ( ff ) ;
+      }
+  }
+
   subc_list_double_destroy(&percentile_list);
 
   return CMD_SUCCESS;




reply via email to

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