aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-06-08 23:44:16 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-06-08 23:44:16 +0100
commitd7db3468f95d6b8ed2a161c71cb5b6ab1a7b5895 (patch)
tree17c6592e30e96cf19c7087df063bcbec5f9ad879 /root_commands.c
parentd50e22f72987597152198811a22e50a97a902bcc (diff)
Some cleanup improvements.
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 )
{