fix audio mode change crash (#3111)

This commit is contained in:
Totoo
2026-03-26 22:40:27 +01:00
committed by GitHub
parent 5c719645d6
commit 70b42f4a56
3 changed files with 10 additions and 2 deletions
+2
View File
@@ -361,6 +361,8 @@ void WaterfallView::stop() {
baseband::spectrum_streaming_stop();
running_ = false;
}
this->channel_fifo = nullptr;
this->audio_spectrum_data = nullptr;
}
void WaterfallView::show_audio_spectrum_view(const bool show) {