aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/nntp/MCONNTPSession.mm
diff options
context:
space:
mode:
authorGravatar Robert Widmann <devteam.codafi@gmail.com>2014-10-21 15:46:19 -0600
committerGravatar Robert Widmann <devteam.codafi@gmail.com>2014-10-21 15:46:19 -0600
commit53a1610d35f00301d933ea051b37b96fd30b0e93 (patch)
treebb2b4a0cdcac791365efc306feede072d347a9ba /src/objc/nntp/MCONNTPSession.mm
parentf60b89b388389ee877e907819442b2e366238040 (diff)
parentdf800fed1079fb0b9f49681d7b1688c1d3b97539 (diff)
Merge remote-tracking branch 'upstream/master' into NNTP-Cleanup
Diffstat (limited to 'src/objc/nntp/MCONNTPSession.mm')
-rw-r--r--src/objc/nntp/MCONNTPSession.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objc/nntp/MCONNTPSession.mm b/src/objc/nntp/MCONNTPSession.mm
index d7db82b2..23e2e786 100644
--- a/src/objc/nntp/MCONNTPSession.mm
+++ b/src/objc/nntp/MCONNTPSession.mm
@@ -70,6 +70,7 @@ private:
- (void)dealloc {
MC_SAFE_RELEASE(_loggerBridge);
[_connectionLogger release];
+ _session->setConnectionLogger(NULL);
_session->release();
[super dealloc];
}