/[pspp]/pspp/src/file-handle.q
ViewVC logotype

Diff of /pspp/src/file-handle.q

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

revision 1.12 by jmd, Fri Jan 21 11:59:39 2005 UTC revision 1.13 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 217  create_file_handle (const char *handle_n Line 217  create_file_handle (const char *handle_n
217    return handle;    return handle;
218  }  }
219    
220  void  static void
221  destroy_file_handle(struct file_handle *fh, void *aux UNUSED)  destroy_file_handle(void *fh_, void *aux UNUSED)
222  {  {
223      struct file_handle *fh = fh_;
224    free (fh->name);    free (fh->name);
225    free (fh->filename);    free (fh->filename);
226    fn_free_identity (fh->identity);    fn_free_identity (fh->identity);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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