aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/root_commands.c b/root_commands.c
index 12e89b32..ebcb6896 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -1071,6 +1071,7 @@ static void cmd_chat( irc_t *irc, char **cmd )
irc_usermsg( irc, "Could not add chatroom." );
}
+ g_free( channel );
}
else if( g_strcasecmp( cmd[1], "with" ) == 0 )
{