1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-17 08:01:12 +02:00

Scanned for bad naked new; found none; changed comments, used safenew

This commit is contained in:
Paul Licameli
2017-07-22 23:54:56 -04:00
parent 7156479d11
commit f0de38dec1
22 changed files with 32 additions and 32 deletions

View File

@@ -71,7 +71,7 @@ void ODTask::DoSome(float amountWork)
SetIsRunning(true);
mBlockUntilTerminateMutex.Lock();
// printf("%s %i subtask starting on new thread with priority\n", GetTaskName(),GetTaskNumber());
// printf("%s %i subtask starting on NEW thread with priority\n", GetTaskName(),GetTaskNumber());
mDoingTask=mTaskStarted=true;