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:
@@ -537,6 +537,7 @@ RELAY_WEECHAT_PROTOCOL_CALLBACK(infolist)
|
||||
msg = relay_weechat_msg_new (id);
|
||||
if (msg)
|
||||
{
|
||||
pointer = NULL;
|
||||
args = NULL;
|
||||
if (argc > 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user