/[pspp]/pspp/src/glob.c
ViewVC logotype

Diff of /pspp/src/glob.c

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

revision 1.24 by jmd, Fri Jan 21 11:59:39 2005 UTC revision 1.25 by jmd, Mon Jan 24 04:29:53 2005 UTC
# Line 184  init_glob (int argc UNUSED, char **argv) Line 184  init_glob (int argc UNUSED, char **argv)
184  void  void
185  done_glob(void)  done_glob(void)
186  {  {
187    dict_destroy(default_dict);    cancel_transformations ();
188    free(logfn);    dict_destroy (default_dict);
189    done_settings();    free (logfn);
190      done_settings ();
191    ds_destroy (&tokstr);    ds_destroy (&tokstr);
192    
193    fh_done();    fh_done();

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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