From owner-cvs-all Tue May 16 15: 8:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1935437BB07; Tue, 16 May 2000 15:08:15 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93349; Tue, 16 May 2000 15:08:14 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200005162208.PAA93349@freefall.freebsd.org> From: Jason Evans Date: Tue, 16 May 2000 15:08:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_info.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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