1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Fix crash when unloading lua script

This commit is contained in:
Sebastien Helleu
2010-10-30 10:38:19 +02:00
parent b4f63e70af
commit 0e315a81ad
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ weechat_lua_unload (struct t_plugin_script *script)
script_remove (weechat_lua_plugin, &lua_scripts, &last_lua_script, script);
lua_close (script->interpreter);
lua_close (interpreter);
}
/*