mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Timer: Prevent assertion from the Shutdown detector
This commit is contained in:
parent
590795d3b5
commit
69ddb29d73
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ public:
|
|||
~ShutdownDetector() override
|
||||
{
|
||||
getListeners().call (&Listener::applicationShuttingDown);
|
||||
clearSingletonInstance();
|
||||
}
|
||||
|
||||
struct Listener
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue