1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 23:03:14 +02:00

Free access and badwords list when channels are deleted

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2964 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-05-17 18:12:26 +00:00
parent a0ff4cfed5
commit f9c4baf8fc
+2
View File
@@ -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;