diff options
| author | Ted Ross <tross@apache.org> | 2009-09-02 20:19:13 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-09-02 20:19:13 +0000 |
| commit | c19d6d816c2c3789b58d7502b73bbae964f54720 (patch) | |
| tree | 15ff8f8b251e148e2dcb0e44e7c0740bdd4c3d35 /cpp/src/qpid | |
| parent | ea3640c656951f3f152f30e5bfb012d520ed2b8a (diff) | |
| download | qpid-python-c19d6d816c2c3789b58d7502b73bbae964f54720.tar.gz | |
QPID-2050 - leak of bridge objects
Committed patch from Ken Giusti.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/broker/Link.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Link.cpp b/cpp/src/qpid/broker/Link.cpp index 9ce0c710bd..9a845b0339 100644 --- a/cpp/src/qpid/broker/Link.cpp +++ b/cpp/src/qpid/broker/Link.cpp @@ -264,7 +264,6 @@ void Link::ioThreadProcessing() } if (!cancellations.empty()) { for (Bridges::iterator i = cancellations.begin(); i != cancellations.end(); ++i) { - active.push_back(*i); (*i)->cancel(*connection); } cancellations.clear(); |
