mirror of
https://github.com/anope/anope.git
synced 2026-06-30 05:16:38 +02:00
Switch Destroy methods to delete
This commit is contained in:
@@ -75,7 +75,7 @@ class DNSBLResolver : public Request
|
||||
else
|
||||
{
|
||||
IRCD->SendAkill(NULL, x);
|
||||
x->Destroy();
|
||||
delete x;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user