diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_thread.cpp | 1 |
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)
|