diff options
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
-rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index ddf68cad2f..be4f8c7b40 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -88,6 +88,7 @@ SessionState::SessionState( } SessionState::~SessionState() { + semanticState.closed(); if (mgmtObject != 0) mgmtObject->resourceDestroy (); |