mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
irc: fix use of uninitialized variable
This commit is contained in:
@@ -375,6 +375,8 @@ irc_batch_process_multiline (struct t_irc_server *server,
|
||||
|
||||
result = weechat_string_dyn_alloc (256);
|
||||
|
||||
hash_tags = NULL;
|
||||
|
||||
list_messages = weechat_string_split (messages, "\n", NULL, 0, 0,
|
||||
&count_messages);
|
||||
if (!list_messages)
|
||||
|
||||
Reference in New Issue
Block a user