diff --git a/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp b/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp index eb9f0cbe5e..e33b6cbee5 100644 --- a/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp +++ b/modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp @@ -488,8 +488,13 @@ public: { jassert (setup.manager->getCurrentAudioDevice() == nullptr); // not the correct device type! + inputChanLabel = nullptr; + outputChanLabel = nullptr; sampleRateLabel = nullptr; bufferSizeLabel = nullptr; + + inputChanList = nullptr; + outputChanList = nullptr; sampleRateDropDown = nullptr; bufferSizeDropDown = nullptr;