1
0
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:
Sebastien Helleu
2006-05-29 22:36:29 +00:00
parent 8b0ca6ac41
commit fe90f3d4e4
10 changed files with 20 additions and 2 deletions
@@ -172,6 +172,8 @@ weechat_python_register (PyObject *self, PyObject *args)
/* make gcc happy */
(void) self;
python_current_script = NULL;
name = NULL;
version = NULL;