mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
Fixed crash with "register" function in plugin scripts (bug #16701)
This commit is contained in:
@@ -149,6 +149,8 @@ weechat_lua_register (lua_State *L)
|
||||
|
||||
/* make gcc happy */
|
||||
(void) L;
|
||||
|
||||
lua_current_script = NULL;
|
||||
|
||||
name = NULL;
|
||||
version = NULL;
|
||||
|
||||
Reference in New Issue
Block a user