mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Get rid of DEL() and FREE() macros.
Part of CoreLibExe must die.
This commit is contained in:
@ -174,7 +174,7 @@ void ITicTacToe::RecvGameOver (const Srv2Cli_TTT_GameOver & msg, void * param) {
|
||||
gameCliMsg->Set(gameCli, msg);
|
||||
gameCliMsg->Send(gameCli->GetReceiver());
|
||||
|
||||
DEL(gameCli); // we're done
|
||||
delete gameCli; // we're done
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
@ -210,7 +210,7 @@ pfGmTicTacToe::pfGmTicTacToe (
|
||||
//============================================================================
|
||||
pfGmTicTacToe::~pfGmTicTacToe () {
|
||||
|
||||
DEL(internal);
|
||||
delete internal;
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
Reference in New Issue
Block a user