1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

relay/weechat: fix uninitialized pointer in infolist command

This commit is contained in:
Sébastien Helleu
2024-08-17 08:10:21 +02:00
parent f153b7e463
commit 55d7e4c474
@@ -537,6 +537,7 @@ RELAY_WEECHAT_PROTOCOL_CALLBACK(infolist)
msg = relay_weechat_msg_new (id);
if (msg)
{
pointer = NULL;
args = NULL;
if (argc > 1)
{