Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
0.8, 0.10
-
None
-
windows broker,windows client
Description
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.
Attachments
Issue Links
- relates to
-
QPID-2004 On shutting down the broker, the connection state of active connections is not freed
- Reopened