diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-21 23:42:01 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-21 23:42:01 +0100 |
commit | 4022b686cce05eb9a42b744335abd09d5ae7d0f0 (patch) | |
tree | fe827cdf6aef1fe7c3e9d0458848be3edda60ea1 /irc_channel.c | |
parent | 327af51a28fe292cfc4a68caa086a13175a69719 (diff) | |
parent | c00dd7117be2a5fda92d6f7d72b0e4e54fa5d615 (diff) |
Merge mainline.
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; |