mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Fix comments
This commit is contained in:
parent
38f77e5820
commit
b423413278
@ -108,7 +108,7 @@ public:
|
||||
// Once the user selects desired paths from FindPluginPaths(),
|
||||
// a call to DiscoverPluginsAtPath()
|
||||
// will be made to request registration of one or more plugins. If the module must create
|
||||
// an instance of the plugin to register it, then then instance should be deleted
|
||||
// an instance of the plugin to register it, then the instance should be deleted
|
||||
// after registration.
|
||||
// May discover more than one plug-in at the path, and
|
||||
// may call-back with paths not equal to path (perhaps appending
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user