pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/t-test.q
diff -u pspp/src/t-test.q:1.38 pspp/src/t-test.q:1.39
--- pspp/src/t-test.q:1.38      Tue Jan 18 15:15:12 2005
+++ pspp/src/t-test.q   Mon Jan 24 04:29:53 2005
@@ -267,6 +267,7 @@
        msg(SE, 
            _("TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive.")
            );
+        free_t_test(&cmd);
        return CMD_FAILURE;
       }
   }
@@ -283,6 +284,7 @@
       if (cmd.sbc_variables) 
        {
          msg(SE, _("VARIABLES subcommand is not appropriate with PAIRS"));
+          free_t_test(&cmd);
          return CMD_FAILURE;
        }
       else
@@ -320,6 +322,7 @@
   else if ( !cmd.sbc_variables) 
     {
       msg(SE, _("One or more VARIABLES must be specified."));
+      free_t_test(&cmd);
       return CMD_FAILURE;
     }
 
@@ -349,6 +352,7 @@
        }
     }
     
+  free_t_test(&cmd);
   return CMD_SUCCESS;
 }
 




reply via email to

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