diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-08 23:44:16 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-08 23:44:16 +0100 | 
| commit | d7db3468f95d6b8ed2a161c71cb5b6ab1a7b5895 (patch) | |
| tree | 17c6592e30e96cf19c7087df063bcbec5f9ad879 /root_commands.c | |
| parent | d50e22f72987597152198811a22e50a97a902bcc (diff) | |
Some cleanup improvements.
Diffstat (limited to 'root_commands.c')
| -rw-r--r-- | root_commands.c | 1 | 
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 )  	{ | 
