1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

UMP Endpoints: Fix bug where Endpoints singleton would fail to reinitialise after destroying a recreating a plugin instance

This commit is contained in:
reuk 2026-02-04 17:37:07 +00:00
parent a933d7c4d0
commit 78861f9900
No known key found for this signature in database

View file

@ -192,7 +192,7 @@ public:
*/
void setVirtualMidiUmpServiceActive (bool);
JUCE_DECLARE_SINGLETON_INLINE (Endpoints, true)
JUCE_DECLARE_SINGLETON_INLINE (Endpoints, false)
~Endpoints() override;