summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-03 10:14:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-03 10:14:33 +0000
commit6064262200ecd2cead6f706765e3049f559cfcd0 (patch)
treea12bd8290914aacc3feb3119fc4d9d309aedf511
parent69b2b4e4c4d32db14a01515657f06e0b30083f99 (diff)
this array requires an icolib and must be destroyed manually
git-svn-id: http://svn.miranda-ng.org/main/trunk@7476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--src/modules/srmm/statusicon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/srmm/statusicon.cpp b/src/modules/srmm/statusicon.cpp
index ea6f8b9d76..2b88911990 100644
--- a/src/modules/srmm/statusicon.cpp
+++ b/src/modules/srmm/statusicon.cpp
@@ -216,6 +216,7 @@ int LoadSrmmModule()
void UnloadSrmmModule()
{
+ arIcons.destroy();
NotifyEventHooks(hHookIconsChanged, NULL, NULL);
DestroyHookableEvent(hHookIconsChanged);
}