summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regchannel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index d53f496a2..9d2e6b7a6 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -106,7 +106,9 @@ ChannelInfo::~ChannelInfo()
delete [] this->forbidby;
if (this->forbidreason)
delete [] this->forbidreason;
+ this->ClearAccess();
this->ClearAkick();
+ this->ClearBadWords();
if (this->levels)
delete [] this->levels;