mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Get rid of DEL() and FREE() macros.
Part of CoreLibExe must die.
This commit is contained in:
@ -172,7 +172,7 @@ void plNetClientMgr::ISendCCRPetition(plCCRPetitionMsg* petMsg)
|
||||
|
||||
wchar_t * wStr = StrDupToUnicode(buf.c_str());
|
||||
NetCliAuthSendCCRPetition(wStr);
|
||||
FREE(wStr);
|
||||
free(wStr);
|
||||
}
|
||||
|
||||
//
|
||||
@ -470,5 +470,5 @@ void plNetClientMgr::StoreSDLState(const plStateDataRecord* sdRec, const plUoid&
|
||||
}
|
||||
|
||||
SendMsg(msg);
|
||||
DEL(msg);
|
||||
delete msg;
|
||||
}
|
||||
|
Reference in New Issue
Block a user