From 1a02247a7b6913b45bf81331c3e0ab9a374d04e8 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 23 Jun 2016 14:47:00 +0000 Subject: MirLua: fix previous commit git-svn-id: http://svn.miranda-ng.org/main/trunk@17024 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MirLua/src/mlua.cpp') diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index afe49d0f31..bea7645bbf 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -89,8 +89,8 @@ void CMLua::Unload() KillModuleMenus(hMLuaLangpack); KillModuleHotkeys(hMLuaLangpack); - KillObjectEventHooks(L); - KillObjectServices(L); + KillObjectEventHooks(this); + KillObjectServices(this); lua_close(L); } -- cgit v1.2.3