mirror of
https://github.com/anope/anope.git
synced 2026-07-03 10:33:13 +02:00
Missed channel deletion in ~ChannelInfo
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ ChannelInfo::~ChannelInfo()
|
||||
if (this->c)
|
||||
{
|
||||
if (this->c && this->c->CheckDelete())
|
||||
delete this->c;
|
||||
this->c->QueueForDeletion();
|
||||
|
||||
this->c = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user