1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Timer: Prevent assertion from the Shutdown detector

This commit is contained in:
Anthony Nicholls 2024-05-23 10:30:12 +01:00
parent 9b44fa750b
commit 98acf79859

View file

@ -43,6 +43,7 @@ public:
~ShutdownDetector() override
{
getListeners().call (&Listener::applicationShuttingDown);
clearSingletonInstance();
}
struct Listener