diff options
| author | Ken Giusti <kgiusti@apache.org> | 2012-05-25 17:24:52 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2012-05-25 17:24:52 +0000 |
| commit | 9e0ed320e420f027f7d631c357b0b44315fd39aa (patch) | |
| tree | ba608e66deb8310c56cdecca66d210504463e0d7 /cpp/src/qpid/client/TCPConnector.cpp | |
| parent | 9b2c35990606ebe621893bccfa206940de857a67 (diff) | |
| download | qpid-python-9e0ed320e420f027f7d631c357b0b44315fd39aa.tar.gz | |
NO-JIRA: fix some defects found by Coverity static analysis scan of C++ code
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1342742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/TCPConnector.cpp')
| -rw-r--r-- | cpp/src/qpid/client/TCPConnector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/TCPConnector.cpp b/cpp/src/qpid/client/TCPConnector.cpp index 4660a41c07..7b2ef648be 100644 --- a/cpp/src/qpid/client/TCPConnector.cpp +++ b/cpp/src/qpid/client/TCPConnector.cpp @@ -76,6 +76,7 @@ TCPConnector::TCPConnector(Poller::shared_ptr p, initiated(false), closed(true), shutdownHandler(0), + input(0), connector(0), aio(0), poller(p) |
