This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
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
a840b48b75
commit
a5c86be57a
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
Write
Preview
Loading…
Cancel
Save