diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-12-07 18:19:00 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-12-07 18:19:00 +0000 |
commit | 661ffca4a01883bb354e52624bed6d18be977058 (patch) | |
tree | 06c05f9f64e67615a5f8328a38c117ce1d0b2692 /plugins/MirLua/src/mlua.cpp | |
parent | b6e654822837e6c219daccea7f56761ebccdecda (diff) |
MirLua: tasks should run in thread
git-svn-id: http://svn.miranda-ng.org/main/trunk@15828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index de7690356e..2b9ad5978e 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -67,6 +67,7 @@ void CMLua::Unload() ::KillModuleTTBButton();
::KillModuleIcons(hScriptsLangpack);
+ ::KillModuleSounds(hScriptsLangpack);
::KillModuleMenus(hScriptsLangpack);
::KillModuleHotkeys(hScriptsLangpack);
::KillObjectEventHooks(L);
|