summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rw-r--r--protocols/JabberG/src/jabber_thread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp
index 7c826345e5..c0b990b17e 100644
--- a/protocols/JabberG/src/jabber_thread.cpp
+++ b/protocols/JabberG/src/jabber_thread.cpp
@@ -597,8 +597,8 @@ recvRest:
Log("Thread ended: type=%d server='%s'", info->type, info->server);
- if (info->type==JABBER_SESSION_NORMAL && m_ThreadInfo==info) {
- if (m_szStreamId) mir_free(m_szStreamId);
+ if (info->type == JABBER_SESSION_NORMAL && m_ThreadInfo == info) {
+ mir_free(m_szStreamId);
m_szStreamId = NULL;
m_ThreadInfo = NULL;
}