From owner-cvs-all@FreeBSD.ORG Thu Oct 21 03:42:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0795716A4CE; Thu, 21 Oct 2004 03:42:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB2F743D31; Thu, 21 Oct 2004 03:42:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9L3gOkj006466; Thu, 21 Oct 2004 03:42:24 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9L3gOMO006465; Thu, 21 Oct 2004 03:42:24 GMT (envelope-from davidxu) Message-Id: <200410210342.i9L3gOMO006465@repoman.freebsd.org> From: David Xu Date: Thu, 21 Oct 2004 03:42:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 03:42:25 -0000 davidxu 2004-10-21 03:42:24 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_sig.c Log: Decrease reference count if we won't use the thread, this avoids memory leak under some cases. Revision Changes Path 1.80 +4 -0 src/lib/libpthread/thread/thr_sig.c