mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Get rid of DEL() and FREE() macros.
Part of CoreLibExe must die.
This commit is contained in:
@ -551,7 +551,7 @@ static void INetCliAuthGetPublicAgeListCallback (
|
||||
msg->ages.Set(ages.Ptr(), ages.Count());
|
||||
msg->Send();
|
||||
|
||||
DEL(cp);
|
||||
delete cp;
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
@ -1180,7 +1180,7 @@ void NetCommRemoveMsgHandler (
|
||||
continue;
|
||||
|
||||
// We found a matching handler, delete it
|
||||
DEL(handler);
|
||||
delete handler;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user