diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-06 08:45:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-06 08:45:29 +0000 |
commit | 8d76cf515c44481cbf515634f9faded56ec6b6c1 (patch) | |
tree | 9ce3b5fab7a187fc36a0ee6b22f87ff7ebdc76b1 /plugins/Clist_modern | |
parent | fbed4e49ff41a49e2b8b09e0ccc1268aeffbada1 (diff) |
oops...
git-svn-id: http://svn.miranda-ng.org/main/trunk@5599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/src/modern_awaymsg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/modern_awaymsg.cpp b/plugins/Clist_modern/src/modern_awaymsg.cpp index 820572f4d9..5a9f296df4 100644 --- a/plugins/Clist_modern/src/modern_awaymsg.cpp +++ b/plugins/Clist_modern/src/modern_awaymsg.cpp @@ -173,4 +173,5 @@ void UninitAwayMsgModule() CloseHandle(hamProcessEvent);
DeleteCriticalSection(&amCS);
+ amItems.destroy();
}
|