From owner-cvs-all Tue May 16 14:57: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 0F60337BA23; Tue, 16 May 2000 14:57:13 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA90142; Tue, 16 May 2000 14:57:13 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200005162157.OAA90142@freefall.freebsd.org> From: Jason Evans Date: Tue, 16 May 2000 14:57:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_gc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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