From 784c2757e8c791b4c76a6e739f08b0fb92ec093a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 3 Oct 2013 18:28:20 +0000 Subject: - old junk removed; - mir_free() doesn't require a check git-svn-id: http://svn.miranda-ng.org/main/trunk@6321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_thread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/JabberG/src/jabber_thread.cpp') 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; } -- cgit v1.2.3