/[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.15 by blp, Mon Mar 14 06:54:40 2005 UTC revision 1.16 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 421  fh_init(void) Line 421  fh_init(void)
421  void  void
422  fh_done(void)  fh_done(void)
423  {  {
424    assert(handle_list);    if ( handle_list )  
425        {
426    ll_destroy(handle_list);      ll_destroy(handle_list);
427    handle_list = 0;      handle_list = 0;
428      }
429  }  }
430    
431    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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