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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user