mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
free params
This commit is contained in:
parent
6646e49d42
commit
948e7bb317
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue