mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
relay: fix memory leak when receiving commands from client (weechat protocol)
This commit is contained in:
@@ -1394,6 +1394,7 @@ relay_weechat_protocol_recv (struct t_relay_client *client, const char *data)
|
||||
|
||||
if (id)
|
||||
free (id);
|
||||
free (command);
|
||||
if (argv)
|
||||
weechat_string_free_split (argv);
|
||||
if (argv_eol)
|
||||
|
||||
Reference in New Issue
Block a user