VST: Remove accidentally added factory reference

This commit is contained in:
Robin Gareus 2021-10-07 01:46:44 +02:00
parent 789949ed8e
commit 1c1f48fd98
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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;