1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-16 06:25:24 +00:00

free params

This commit is contained in:
ailin-nemui 2019-08-30 22:14:26 +02:00
parent 6646e49d42
commit 948e7bb317

View File

@ -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;
}