mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
DemoRunner: Fixed a race condition on shutdown
This commit is contained in:
parent
6cff481c6a
commit
4448ef6a59
3 changed files with 7 additions and 3 deletions
|
|
@ -306,7 +306,6 @@ MainComponent::MainComponent()
|
|||
MainComponent::~MainComponent()
|
||||
{
|
||||
contentComponent->clearCurrentDemo();
|
||||
sharedAudioDeviceManager.reset();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue