From dd5d148cd4bc062cd9db0ed8e4321fc41c6e3ae3 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@663340 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/SessionState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/SessionState.cpp b/qpid/cpp/src/qpid/SessionState.cpp index d85a14c64c..9ef2f5f8fb 100644 --- a/qpid/cpp/src/qpid/SessionState.cpp +++ b/qpid/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