mirror of
https://github.com/weechat/weechat.git
synced 2026-06-21 10:26:38 +02:00
Fixed crash with "register" function in plugin scripts (bug #16701)
This commit is contained in:
@@ -172,6 +172,8 @@ weechat_python_register (PyObject *self, PyObject *args)
|
||||
|
||||
/* make gcc happy */
|
||||
(void) self;
|
||||
|
||||
python_current_script = NULL;
|
||||
|
||||
name = NULL;
|
||||
version = NULL;
|
||||
|
||||
Reference in New Issue
Block a user