mirror of
https://github.com/anope/anope.git
synced 2026-07-03 04:23:13 +02:00
Switch Destroy methods to delete
This commit is contained in:
@@ -98,7 +98,7 @@ class ProxyConnect : public ConnectionSocket
|
||||
IRCD->SendSZLine(NULL, x);
|
||||
else
|
||||
IRCD->SendAkill(NULL, x);
|
||||
x->Destroy();
|
||||
delete x;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user