summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc')
-rw-r--r--src/irc/core/channels-query.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/core/channels-query.c b/src/irc/core/channels-query.c
index 28a1cce7..035eaa4a 100644
--- a/src/irc/core/channels-query.c
+++ b/src/irc/core/channels-query.c
@@ -483,6 +483,8 @@ static void event_end_of_who(IRC_SERVER_REC *server, const char *data)
send them again separately */
query_current_error(server);
}
+
+ g_free(params);
}
static void event_end_of_banlist(IRC_SERVER_REC *server, const char *data)