Skip to content

Commit

Permalink
Revert "win-asio: clear thread on exit"
Browse files Browse the repository at this point in the history
This would clear the global thread when multiple devices are used.
This reverts commit 76149b0.
  • Loading branch information
pkviet committed Apr 23, 2021
1 parent 027f5cb commit 9b8c092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/asio-input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ class AudioCB : public juce::AudioIODeviceCallback {

~AudioCB()
{
if (_thread)
_thread->stopThread(200);
bfree(_name);
}

Expand Down

0 comments on commit 9b8c092

Please sign in to comment.