mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -495,7 +495,7 @@ void ModuleManager::UnloadModule(ModuleInterface *module)
|
||||
mLibs.erase(module);
|
||||
}
|
||||
|
||||
delete module; //After terminating and unloading, we can safely delete the module
|
||||
delete module; //After terminating and unloading, we can safely DELETE the module
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user