Browse Source

VST3: Fixed a bug introduced in the recent DLLHandleCache changes when hosting plug-ins on Windows and Linux

tags/2021-05-28
ed 4 years ago
parent
commit
a5c86be57a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp

+ 4
- 0
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp View File

@@ -919,6 +919,10 @@ private:
#endif
return true;
}
else
{
return true;
}
library.close();
}


Loading…
Cancel
Save