diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-10-28 21:43:40 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-10-28 21:43:40 +0000 |
commit | b1a7c5b9b7670628e0db3bbc9962b087f5c566f3 (patch) | |
tree | ca65dffc8c3078755640a62e6fb3a0813ed984ed /plugins/MirLua/src/mlua.cpp | |
parent | e024a13a4d7b35e9065bdf0cde5c3770bbe43ee0 (diff) |
MirLua: removed another one custom tables
git-svn-id: http://svn.miranda-ng.org/main/trunk@15643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 6a54f92592..c55cbe57f7 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -71,6 +71,8 @@ void CMLua::Unload() ::KillModuleIcons(hScriptsLangpack);
::KillModuleMenus(hScriptsLangpack);
::KillModuleHotkeys(hScriptsLangpack);
+ ::KillObjectEventHooks(L);
+ ::KillObjectServices(L);
CMLua::KillModuleServices();
CMLua::KillModuleEventHooks();
//KillModuleSubclassing
|