From owner-cvs-all@FreeBSD.ORG Tue Sep 9 17:14:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C20A1065675; Tue, 9 Sep 2008 17:14:42 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 41ED38FC1E; Tue, 9 Sep 2008 17:14:42 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m89HEgxb093321; Tue, 9 Sep 2008 17:14:42 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m89HEgun093318; Tue, 9 Sep 2008 17:14:42 GMT (envelope-from jasone@repoman.freebsd.org) Message-Id: <200809091714.m89HEgun093318@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jasone@repoman.freebsd.org using -f From: Jason Evans Date: Tue, 9 Sep 2008 17:14:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_exit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 09 Sep 2008 17:14:42 -0000 jasone 2008-09-09 17:14:32 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_exit.c Log: SVN rev 182894 on 2008-09-09 17:14:32Z by jasone Move call to _malloc_thread_cleanup() so that if this is the last thread, the call never happens. This is necessary because malloc may be used during exit handler processing. Submitted by: davidxu Revision Changes Path 1.31 +6 -3 src/lib/libthr/thread/thr_exit.c