Date: Tue, 16 May 2000 14:57:12 -0700 (PDT) From: Jason Evans <jasone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_gc.c Message-ID: <200005162157.OAA90142@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2000/05/16 14:57:12 PDT Modified files: lib/libc_r/uthread uthread_gc.c Log: Fix a memory leak. pthread_set_name_np() allocates space for a name, but _thread_gc() was not deallocating it. PR: misc/18504 Revision Changes Path 1.12 +5 -1 src/lib/libc_r/uthread/uthread_gc.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?200005162157.OAA90142>