VST: Remove accidentally added factory reference
This commit is contained in:
parent
789949ed8e
commit
1c1f48fd98
@ -232,7 +232,6 @@ VST3PluginModule::factory ()
|
|||||||
GetFactoryProc fp = (GetFactoryProc)fn_ptr ("GetPluginFactory");
|
GetFactoryProc fp = (GetFactoryProc)fn_ptr ("GetPluginFactory");
|
||||||
if (fp) {
|
if (fp) {
|
||||||
_factory = fp ();
|
_factory = fp ();
|
||||||
_factory->addRef ();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return _factory;
|
return _factory;
|
||||||
|
Loading…
Reference in New Issue
Block a user