Merge pull request #269 from viraptor/demod_mem_init

Fix demodulator uninitialized read
This commit is contained in:
Charles J. Cliffe 2016-01-28 17:56:49 -05:00
commit 59b154c9b0

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() {