mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
trigger: properly initialize variable "value" to NULL
This commit is contained in:
@@ -357,6 +357,7 @@ trigger_callback_regex (struct t_trigger *trigger,
|
||||
const char *ptr_key, *ptr_value;
|
||||
int i, pointers_allocated;
|
||||
|
||||
value = NULL;
|
||||
pointers_allocated = 0;
|
||||
|
||||
if (trigger->regex_count == 0)
|
||||
|
||||
Reference in New Issue
Block a user