Fix demodulator uninitialized read

This commit is contained in:
Stanisław Pitucha 2016-01-29 07:49:49 +11:00
parent a364ffec6e
commit 3835d5cef4

View File

@ -34,6 +34,7 @@ DemodulatorPreThread::DemodulatorPreThread(DemodulatorInstance *parent) : IOThre
bandwidthChanged.store(false);
audioSampleRateChanged.store(false);
modemSettingsChanged.store(false);
demodTypeChanged.store(false);
}
bool DemodulatorPreThread::isInitialized() {