Skip to content

Commit 9b8c092

Browse files
committed
Revert "win-asio: clear thread on exit"
This would clear the global thread when multiple devices are used. This reverts commit 76149b0.
1 parent 027f5cb commit 9b8c092

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/asio-input.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ class AudioCB : public juce::AudioIODeviceCallback {
310310

311311
~AudioCB()
312312
{
313-
if (_thread)
314-
_thread->stopThread(200);
315313
bfree(_name);
316314
}
317315

0 commit comments

Comments
 (0)