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: Tue, 18 Jan 2005 10:15:14 -0500

Index: pspp/src/t-test.q
diff -u pspp/src/t-test.q:1.37 pspp/src/t-test.q:1.38
--- pspp/src/t-test.q:1.37      Fri Dec 24 07:22:14 2004
+++ pspp/src/t-test.q   Tue Jan 18 15:15:12 2005
@@ -345,7 +345,7 @@
       for (v = 0 ; v < cmd.n_variables ; ++v ) 
        {
          struct group_proc *grpp = group_proc_get (cmd.v_variables[v]);
-         free(grpp->group_hash);
+         hsh_destroy (grpp->group_hash);
        }
     }
     




reply via email to

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