Date: Tue, 16 May 2000 15:08:14 -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_info.c Message-ID: <200005162208.PAA93349@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2000/05/16 15:08:14 PDT
Modified files:
lib/libc_r/uthread uthread_info.c
Log:
Fix a memory leak. pthread_set_name_np() allocates space for a name, but
was not deallocating space for the previous name, if any.
PR: misc/18504
Revision Changes Path
1.15 +7 -3 src/lib/libc_r/uthread/uthread_info.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?200005162208.PAA93349>
