From 9b8c0922345b77f965316edf182194f81194c94f Mon Sep 17 00:00:00 2001 From: pkv Date: Fri, 23 Apr 2021 07:33:21 +0200 Subject: [PATCH] Revert "win-asio: clear thread on exit" This would clear the global thread when multiple devices are used. This reverts commit 76149b0b2e4640c4d07ecb04b91e844ad8d7351f. --- src/asio-input.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/asio-input.cpp b/src/asio-input.cpp index 85e0ffa..2c423f7 100644 --- a/src/asio-input.cpp +++ b/src/asio-input.cpp @@ -310,8 +310,6 @@ class AudioCB : public juce::AudioIODeviceCallback { ~AudioCB() { - if (_thread) - _thread->stopThread(200); bfree(_name); }