1
0
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:
Sébastien Helleu
2018-08-15 11:59:26 +02:00
parent b8ec088fd9
commit 2f2263afa6
+1
View File
@@ -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;