mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
trigger: add missing initialization of variable "tags" in hook line callback
This commit is contained in:
@@ -794,6 +794,7 @@ trigger_callback_line_cb (const void *pointer, void *data,
|
||||
TRIGGER_CALLBACK_CB_INIT(NULL);
|
||||
|
||||
hashtable = NULL;
|
||||
tags = NULL;
|
||||
|
||||
TRIGGER_CALLBACK_CB_NEW_POINTERS;
|
||||
TRIGGER_CALLBACK_CB_NEW_VARS_UPDATED;
|
||||
|
||||
Reference in New Issue
Block a user