reuk
3 years ago
No known key found for this signature in database
GPG Key ID: FCB43929F012EE5C
1 changed files with
1 additions and
1 deletions
-
modules/juce_audio_devices/native/juce_win32_ASIO.cpp
|
|
|
@@ -330,7 +330,7 @@ public: |
|
|
|
openDevice();
|
|
|
|
}
|
|
|
|
|
|
|
|
~ASIOAudioIODevice()
|
|
|
|
~ASIOAudioIODevice() override
|
|
|
|
{
|
|
|
|
for (int i = 0; i < maxNumASIODevices; ++i)
|
|
|
|
if (currentASIODev[i] == this)
|
|
|
|
|