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:
@ -654,7 +654,7 @@ static void ProcessManifest (void * param) {
|
||||
}
|
||||
}
|
||||
}
|
||||
DEL(mr);
|
||||
delete mr;
|
||||
AtomicAdd(&s_perf[kPerfThreadTaskCount], -1);
|
||||
}
|
||||
|
||||
@ -920,7 +920,7 @@ void UruPrepProc (void * param) {
|
||||
|
||||
while(ManifestFile *mf = s_manifestQueue.Head())
|
||||
{
|
||||
DEL(mf);
|
||||
delete mf;
|
||||
}
|
||||
// If s_patchError, we don't wait around for s_numFiles
|
||||
// to drop to zero because it never does for reasons
|
||||
@ -1030,4 +1030,4 @@ void UruStartProc (void * param) {
|
||||
{
|
||||
info->startCallback(kStatusError, nil);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user