/[pspp]/pspp/src/t-test.q
ViewVC logotype

Diff of /pspp/src/t-test.q

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by jmd, Fri Dec 24 07:22:14 2004 UTC revision 1.38 by jmd, Tue Jan 18 15:15:12 2005 UTC
# Line 345  cmd_t_test(void) Line 345  cmd_t_test(void)
345        for (v = 0 ; v < cmd.n_variables ; ++v )        for (v = 0 ; v < cmd.n_variables ; ++v )
346          {          {
347            struct group_proc *grpp = group_proc_get (cmd.v_variables[v]);            struct group_proc *grpp = group_proc_get (cmd.v_variables[v]);
348            free(grpp->group_hash);            hsh_destroy (grpp->group_hash);
349          }          }
350      }      }
351            

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26