diff options
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();
}
|