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

Made access del by nick and other functions from 326f1a really delete objects

This commit is contained in:
Adam
2013-02-05 09:45:48 -05:00
parent 62e3c8c4f8
commit 25cec015e8
7 changed files with 26 additions and 43 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ class CommandCSAccess : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, source, this, ci) << "to delete " << access->mask;
FOREACH_MOD(I_OnAccessDel, OnAccessDel(ci, source, access));
ci->EraseAccess(access);
access->Destroy();
}
return;
}