RE: qpid::messaging decode memory leak

2010-11-16 Thread gcutuli
My environment is: - Win XP/SP3 - QPID messaging 0.7 - c++ under VS2008 Express Edition I monitored Task Manager during the execution of the application, and I noticed that, after a number of calls to "decode", the used memory increased by 4 bytes. This is the code I wrote: string MQPIDHelper::

RE: qpid::messaging decode memory leak

2010-11-16 Thread Steve Huston
Could you please tell us what Qpid version you are using, what OS, and what information led you to conclude a 4-byte leak? Also, if you could include the code you are using that would be helpful. Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Appli

qpid::messaging decode memory leak

2010-11-16 Thread gcutuli
I've an application that is acting as "subscriber": it simply fetches incoming messages from a queue and decodes them using: decode(msg, map); where msg is a qpid-Message object and map is a Variant::Map object. After a number of incoming messages, this method produces a memory leak of 4 bytes and