mirror of
https://github.com/anope/anope.git
synced 2026-07-02 10:06:38 +02:00
Switch Destroy methods to delete
This commit is contained in:
@@ -34,7 +34,7 @@ class NSGroupRequest : public IdentifyRequest
|
||||
if (na)
|
||||
{
|
||||
FOREACH_MOD(I_OnChangeCoreDisplay, OnChangeCoreDisplay(na->nc, u->nick));
|
||||
na->Destroy();
|
||||
delete na;
|
||||
}
|
||||
|
||||
na = new NickAlias(nick, target->nc);
|
||||
|
||||
Reference in New Issue
Block a user