From ba3469a33a14a198e36fe7a0728e0aff9b465eb3 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 15 Jul 2015 20:14:27 +0000 Subject: MirLua: cleanup icons on scripts restart git-svn-id: http://svn.miranda-ng.org/main/trunk@14573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/MirLua/src/mlua.cpp') diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 2fabce2740..61405de928 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -59,7 +59,8 @@ void CMLua::Unload() CallService(MS_NETLIB_LOG, (WPARAM)hNetlib, (LPARAM)"Unloading lua engine"); NotifyEventHooks(hUnloadEvent); - + + ::KillModuleIcons(hScriptsLangpack); ::KillModuleMenus(hScriptsLangpack); CMLua::KillModuleServices(); CMLua::KillModuleEventHooks(); -- cgit v1.2.3