diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-08-10 17:27:28 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-08-10 17:27:28 +0000 |
| commit | a1947442559323f1eb5e8eb4c67983d69ac2c65a (patch) | |
| tree | 02bcec3bff8863990410f1ecf5f86ff7cef83bf4 /cpp/src/qpid/sys/SslPlugin.cpp | |
| parent | 83cd0d00a444d1e1b5f8e15135bf377eba03388d (diff) | |
| download | qpid-python-a1947442559323f1eb5e8eb4c67983d69ac2c65a.tar.gz | |
Rearrange buffer memory ownership to avoid leaking buffer memory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1371774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/SslPlugin.cpp')
| -rw-r--r-- | cpp/src/qpid/sys/SslPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/SslPlugin.cpp b/cpp/src/qpid/sys/SslPlugin.cpp index 3b50527c0a..c2a3d74cbd 100644 --- a/cpp/src/qpid/sys/SslPlugin.cpp +++ b/cpp/src/qpid/sys/SslPlugin.cpp @@ -247,7 +247,7 @@ void SslMuxProtocolFactory::established(Poller::shared_ptr poller, const Socket& boost::bind(&AsynchIOHandler::nobuffs, async, _1), boost::bind(&AsynchIOHandler::idle, async, _1)); - async->init(aio, brokerTimer, maxNegotiateTime, 4); + async->init(aio, brokerTimer, maxNegotiateTime); aio->start(poller); } |
