Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/lib/libc/gen fts.c



phk         1998/07/03 01:21:07 PDT

  Modified files:
    lib/libc/gen         fts.c 
  Log:
  fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro that
  references sp. The free needs to follow ISSET
  
  PR:		7148
  Reviewed by:	phk
  Submitted by:	Ken Mayer <kmayer@xxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.7       +4 -3      src/lib/libc/gen/fts.c