1
0
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:
Adam
2016-04-16 18:00:47 -04:00
parent d2ea1e7917
commit cb0cda2f8d
+1 -1
View File
@@ -157,7 +157,7 @@ ChannelInfo::~ChannelInfo()
if (this->c)
{
if (this->c && this->c->CheckDelete())
delete this->c;
this->c->QueueForDeletion();
this->c = NULL;
}