diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-03 10:14:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-03 10:14:33 +0000 |
commit | 6064262200ecd2cead6f706765e3049f559cfcd0 (patch) | |
tree | a12bd8290914aacc3feb3119fc4d9d309aedf511 | |
parent | 69b2b4e4c4d32db14a01515657f06e0b30083f99 (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.cpp | 1 |
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);
}
|