diff options
Diffstat (limited to 'irc_channel.c')
| -rw-r--r-- | irc_channel.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/irc_channel.c b/irc_channel.c index 118fef74..80b1cb62 100644 --- a/irc_channel.c +++ b/irc_channel.c @@ -758,6 +758,7 @@ static gboolean control_channel_free( irc_channel_t *ic )  	set_del( &ic->set, "fill_by" );  	set_del( &ic->set, "group" );  	set_del( &ic->set, "protocol" ); +	set_del( &ic->set, "show_users" );  	g_free( icc );  	ic->data = NULL; | 
