Date: Fri, 3 Jul 1998 01:21:07 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen fts.c Message-ID: <199807030821.BAA11142@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@freegate.com> Revision Changes Path 1.7 +4 -3 src/lib/libc/gen/fts.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807030821.BAA11142>