1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 12:36:38 +02:00

Cleanup after mode locks, badwords, akick, access, if destructed

This commit is contained in:
Adam
2012-12-29 20:29:41 -05:00
parent 793c438286
commit 326f1a9c8b
7 changed files with 103 additions and 52 deletions
+2
View File
@@ -97,6 +97,8 @@ ChanAccess::ChanAccess(AccessProvider *p) : Serializable("ChanAccess"), provider
ChanAccess::~ChanAccess()
{
if (ci)
ci->EraseAccess(this);
}
void ChanAccess::Serialize(Serialize::Data &data) const