Possible memory leak in StompConnector
--------------------------------------

                 Key: AMQCPP-120
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-120
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: Stomp
    Affects Versions: 2.1
            Reporter: Albert Strasheim
            Assignee: Nathan Mittler
             Fix For: 2.1


Valgrind reports a possible memory leak in StompConnector where its constructor 
does:

this->transport = new StompConnectionNegotiator( transport, false );

As far as I can tell, the destructor doesn't have a delete for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to