summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-27 20:51:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-27 20:51:02 +0300
commit3ed57b9844b340d1732d85d76f2184498aba5609 (patch)
treed17753b7a107a413ac2594b2cdedf516b6861a20 /protocols/JabberG/src/jabber.cpp
parented499945b795b6890e26430d761012c37c432c62 (diff)
crash fix for Jabber
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp
index ffeb046594..c6046e2b2e 100755
--- a/protocols/JabberG/src/jabber.cpp
+++ b/protocols/JabberG/src/jabber.cpp
@@ -222,6 +222,7 @@ extern "C" int __declspec(dllexport) Load()
extern "C" int __declspec(dllexport) Unload(void)
{
+ g_XstatusIconsUninit();
JabberUserInfoUninit();
if (hMsftedit != nullptr)