1
0
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:
Sébastien Helleu
2014-08-09 17:15:22 +02:00
parent 4c871760d2
commit a6aee98cb1
2 changed files with 2 additions and 0 deletions
@@ -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)