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/06/03 00:18:55 UTC

svn commit: r543794 - /activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompConnector.cpp

Author: tabish
Date: Sat Jun  2 15:18:54 2007
New Revision: 543794

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

delete stomp connection negotiator in dtor

Modified:
    activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompConnector.cpp

Modified: activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompConnector.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompConnector.cpp?view=diff&rev=543794&r1=543793&r2=543794
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompConnector.cpp (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompConnector.cpp Sat Jun  2 15:18:54 2007
@@ -90,6 +90,7 @@
     {
         close();
 
+        delete transport;
         delete sessionManager;
     }
     AMQ_CATCH_NOTHROW( ActiveMQException )