mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
free params
This commit is contained in:
parent
6646e49d42
commit
948e7bb317
@ -131,6 +131,7 @@ static void event_cap (IRC_SERVER_REC *server, char *args, char *nick, char *add
|
||||
/* Malformed request, terminate the negotiation */
|
||||
else {
|
||||
irc_cap_finish_negotiation(server);
|
||||
g_free(params);
|
||||
g_warn_if_reached();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user