mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-15 10:54:18 +00:00
Get rid of DEL() and FREE() macros.
Part of CoreLibExe must die.
This commit is contained in:
@ -119,7 +119,7 @@ plStatusLogMgr::~plStatusLogMgr()
|
||||
fDisplays->IUnlink();
|
||||
|
||||
if( log->fFlags & plStatusLog::kDeleteForMe )
|
||||
DEL(log);
|
||||
delete log;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user