1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

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

This commit is contained in:
ed 2020-08-24 16:02:05 +01:00
parent a840b48b75
commit a5c86be57a

View file

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