diff options
| author | Alan Conway <aconway@apache.org> | 2009-02-11 14:34:07 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-02-11 14:34:07 +0000 |
| commit | ad1285e1deed4a4ce3cabd52500f618cecebe436 (patch) | |
| tree | 5ee530afe3cc6064ddecef1bf5afad67058764b8 /cpp/src/qpid/cluster/Connection.h | |
| parent | 2c497e4ee2425dec0a977baa02ddae528a75fa5e (diff) | |
| download | qpid-python-ad1285e1deed4a4ce3cabd52500f618cecebe436.tar.gz | |
Fix memory leak in cluster code.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 4923ef2920..1637b8609c 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -147,7 +147,7 @@ class Connection : void queue(const std::string& encoded); void exchange(const std::string& encoded); - void giveReadCredit(int credit) { output.giveReadCredit(credit); } + void giveReadCredit(int credit); private: void init(); |
