mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
VST: Remove accidentally added factory reference
This commit is contained in:
parent
789949ed8e
commit
1c1f48fd98
1 changed files with 0 additions and 1 deletions
|
|
@ -232,7 +232,6 @@ VST3PluginModule::factory ()
|
|||
GetFactoryProc fp = (GetFactoryProc)fn_ptr ("GetPluginFactory");
|
||||
if (fp) {
|
||||
_factory = fp ();
|
||||
_factory->addRef ();
|
||||
}
|
||||
}
|
||||
return _factory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue