summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_thread.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-09-05 17:42:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-09-05 17:42:08 +0300
commit960b6fdb032ecb97ba9dc57b0aedec9b632605e0 (patch)
tree9d96d29a030830e6c6ea6410ed785283abad17e7 /protocols/JabberG/src/jabber_thread.cpp
parent2bf6c99bbfc4bac03307b07b74105fe2607edf4f (diff)
memory allocation conflict
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp
index bac0b4b256..ded39e2234 100755
--- a/protocols/JabberG/src/jabber_thread.cpp
+++ b/protocols/JabberG/src/jabber_thread.cpp
@@ -1891,7 +1891,6 @@ void CJabberProto::SetRegConfig(HXML node, void *from)
XmlAddChild(query, node);
m_regInfo->send(iq);
}
- mir_free(from);
}
void CJabberProto::OnProcessRegIq(HXML node, ThreadData *info)