From 27b687803cfe614c6fcf641b5301e28ef492d0df Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 4 Jun 2008 18:52:24 +0000 Subject: Fix valgrind error. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@663340 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/SessionState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/SessionState.cpp') diff --git a/cpp/src/qpid/SessionState.cpp b/cpp/src/qpid/SessionState.cpp index d85a14c64c..9ef2f5f8fb 100644 --- a/cpp/src/qpid/SessionState.cpp +++ b/cpp/src/qpid/SessionState.cpp @@ -92,7 +92,7 @@ bool SessionPoint::operator==(const SessionPoint& x) const { SessionState::SendState::SendState() : unflushedSize(), replaySize(), bytesSinceKnownCompleted() {} -SessionState::ReceiveState::ReceiveState() {} +SessionState::ReceiveState::ReceiveState() : bytesSinceKnownCompleted() {} SessionPoint SessionState::senderGetCommandPoint() { return sender.sendPoint; } SequenceSet SessionState::senderGetIncomplete() const { return sender.incomplete; } -- cgit v1.2.1