mirror of
https://github.com/anope/anope.git
synced 2026-06-25 17:46:37 +02:00
Switch Destroy methods to delete
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ void MemoInfo::Del(unsigned index)
|
||||
{
|
||||
if (index >= this->memos->size())
|
||||
return;
|
||||
this->GetMemo(index)->Destroy();
|
||||
delete this->GetMemo(index);
|
||||
}
|
||||
|
||||
bool MemoInfo::HasIgnore(User *u)
|
||||
|
||||
Reference in New Issue
Block a user