You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/03/13 00:12:36 UTC

svn commit: r517452 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireTransactionInfo.h

Author: tabish
Date: Mon Mar 12 16:12:35 2007
New Revision: 517452

URL: http://svn.apache.org/viewvc?view=rev&rev=517452
Log:
http://issues.apache.org/activemq/browse/AMQCPP-30

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireTransactionInfo.h

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireTransactionInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireTransactionInfo.h?view=diff&rev=517452&r1=517451&r2=517452
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireTransactionInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireTransactionInfo.h Mon Mar 12 16:12:35 2007
@@ -104,7 +104,7 @@
          * @param transactionInfo - the TransactionInfo for this Session.
          */
         virtual void setTransactionInfo( commands::TransactionInfo* transactionInfo ) {
-            delete transactionInfo;
+            delete this->transactionInfo;
             this->transactionInfo = transactionInfo;
         }