diff options
| author | Pavel Moravec <pmoravec@apache.org> | 2013-09-06 14:35:15 +0000 |
|---|---|---|
| committer | Pavel Moravec <pmoravec@apache.org> | 2013-09-06 14:35:15 +0000 |
| commit | d106951e54b40b1a9971baeb80dcddb8ca077bb7 (patch) | |
| tree | ab0f7dcd758292707bcdab71fe4f1ff637e02f05 /cpp/src/qpid/xml | |
| parent | b42f2aebd1ebfd6b64bea4e49e14630debb08824 (diff) | |
| download | qpid-python-d106951e54b40b1a9971baeb80dcddb8ca077bb7.tar.gz | |
QPID-5107: Trace queue&session deletion statistics show zero values for some counters everytime
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1520579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/xml')
| -rw-r--r-- | cpp/src/qpid/xml/XmlExchange.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/xml/XmlExchange.cpp b/cpp/src/qpid/xml/XmlExchange.cpp index 29ab859591..3802ec5f7f 100644 --- a/cpp/src/qpid/xml/XmlExchange.cpp +++ b/cpp/src/qpid/xml/XmlExchange.cpp @@ -372,6 +372,8 @@ bool XmlExchange::isBound(Queue::shared_ptr queue, const std::string* const bind XmlExchange::~XmlExchange() { + if (mgmtExchange != 0) + mgmtExchange->debugStats("destroying"); bindingsMap.clear(); } |
