pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/get.c
Date: Mon, 04 Jul 2005 01:48:05 -0400

Index: pspp/src/get.c
diff -u pspp/src/get.c:1.32 pspp/src/get.c:1.33
--- pspp/src/get.c:1.32 Wed May 25 04:54:54 2005
+++ pspp/src/get.c      Mon Jul  4 05:48:04 2005
@@ -887,6 +887,7 @@
                     }
                 }
             }
+          free (by);
        }
       else if (lex_match_id ("FIRST")) 
         {
@@ -1038,6 +1039,9 @@
     procedure (mtf_processing, &mtf);
   mtf_processing_finish (&mtf);
 
+  free_case_source (vfm_source);
+  vfm_source = NULL;
+
   dict_destroy (default_dict);
   default_dict = mtf.dict;
   mtf.dict = NULL;




reply via email to

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