1
0
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:
Sébastien Helleu
2023-05-15 08:10:03 +02:00
parent e589f3471b
commit 20b7f406f8
+2
View File
@@ -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)