Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 80806 invoked from network); 12 Nov 2007 13:51:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 13:51:51 -0000 Received: (qmail 85517 invoked by uid 500); 12 Nov 2007 13:51:39 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 85461 invoked by uid 500); 12 Nov 2007 13:51:39 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 85452 invoked by uid 99); 12 Nov 2007 13:51:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 05:51:39 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 13:52:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 00BBC1A983A; Mon, 12 Nov 2007 05:51:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r594136 - /activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/concurrent/Mutex.cpp Date: Mon, 12 Nov 2007 13:51:28 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071112135129.00BBC1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Nov 12 05:51:28 2007 New Revision: 594136 URL: http://svn.apache.org/viewvc?rev=594136&view=rev Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Attempting to further fix the APR init problem Modified: activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/concurrent/Mutex.cpp Modified: activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/concurrent/Mutex.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/concurrent/Mutex.cpp?rev=594136&r1=594135&r2=594136&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/concurrent/Mutex.cpp (original) +++ activemq/activemq-cpp/decaf/trunk/src/main/decaf/util/concurrent/Mutex.cpp Mon Nov 12 05:51:28 2007 @@ -40,7 +40,6 @@ unlock(); apr_thread_mutex_destroy( mutex ); - apr_pool_destroy( aprPool.getAprPool() ); } ////////////////////////////////////////////////////////////////////////////////