Connection Memory leaks
-----------------------
Key: QPID-3276
URL: https://issues.apache.org/jira/browse/QPID-3276
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: 0.10, 0.8
Environment: windows broker,windows client
Reporter: creator wang
Priority: Critical
code:
while(1)
{
Connection connection;
connection.open(host,port);
conect.close();
}
when use this code run in VS2008 on windows,
and connect to windows broker,memory leaks very fast;
but connect to linux broker ,no memory leaks.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]