1
0
Fork 0
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:
ed 2018-12-19 16:05:36 +00:00
parent 32a89090f6
commit 0b539f5330

View file

@ -981,6 +981,7 @@ public:
~WASAPIAudioIODevice()
{
cancelPendingUpdate();
close();
}