mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
Fix comments
This commit is contained in:
@@ -491,7 +491,7 @@ void ModuleManager::RegisterModule(ModuleInterface *inModule)
|
||||
|
||||
if (mDynModules.find(id) != mDynModules.end())
|
||||
{
|
||||
// TODO: Should we complain about a duplicate registeration????
|
||||
// TODO: Should we complain about a duplicate registration????
|
||||
// PRL: Don't leak resources!
|
||||
module->Terminate();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user