pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/language/stats regression.q


From: John Darrington
Subject: [Pspp-cvs] pspp/src/language/stats regression.q
Date: Sat, 22 Sep 2007 01:04:39 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/09/22 01:04:39

Modified files:
        src/language/stats: regression.q 

Log message:
        Free the cmd after it's finished.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/regression.q?cvsroot=pspp&r1=1.64&r2=1.65

Patches:
Index: regression.q
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/regression.q,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- regression.q        21 Sep 2007 20:48:14 -0000      1.64
+++ regression.q        22 Sep 2007 01:04:38 -0000      1.65
@@ -968,6 +968,8 @@
   subcommand_save (ds, cmd.sbc_save, models);
   free (v_variables);
   free (models);
+  free_regression (&cmd);
+
   return ok ? CMD_SUCCESS : CMD_FAILURE;
 }
 




reply via email to

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