mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Update comments on get_plugin_factory()
Now that we do use a smart pointer to manage it ourselves, as proven necessary by REAPER.
This commit is contained in:
@@ -369,8 +369,8 @@ Steinberg::IPluginFactory* Vst3PluginBridge::get_plugin_factory() {
|
||||
new YaPluginFactoryImpl(*this, std::move(factory_args)));
|
||||
}
|
||||
|
||||
// Because we're returning a raw pointer, we have to increas the
|
||||
// reference count ourselves
|
||||
// Because we're returning a raw pointer, we have to increase the reference
|
||||
// count ourselves
|
||||
plugin_factory->addRef();
|
||||
|
||||
return plugin_factory;
|
||||
|
||||
Reference in New Issue
Block a user