mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Cancel any pending async updates in the WASAPIAudioIODevice destructor
This commit is contained in:
parent
32a89090f6
commit
0b539f5330
1 changed files with 1 additions and 0 deletions
|
|
@ -981,6 +981,7 @@ public:
|
|||
|
||||
~WASAPIAudioIODevice()
|
||||
{
|
||||
cancelPendingUpdate();
|
||||
close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue