From 661ffca4a01883bb354e52624bed6d18be977058 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 7 Dec 2015 18:19:00 +0000 Subject: MirLua: tasks should run in thread git-svn-id: http://svn.miranda-ng.org/main/trunk@15828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/MirLua/src/mlua.cpp') 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); -- cgit v1.2.3