mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-21 04:58:39 -05:00
Merge pull request #269 from viraptor/demod_mem_init
Fix demodulator uninitialized read
This commit is contained in:
commit
59b154c9b0
@ -34,6 +34,7 @@ DemodulatorPreThread::DemodulatorPreThread(DemodulatorInstance *parent) : IOThre
|
|||||||
bandwidthChanged.store(false);
|
bandwidthChanged.store(false);
|
||||||
audioSampleRateChanged.store(false);
|
audioSampleRateChanged.store(false);
|
||||||
modemSettingsChanged.store(false);
|
modemSettingsChanged.store(false);
|
||||||
|
demodTypeChanged.store(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DemodulatorPreThread::isInitialized() {
|
bool DemodulatorPreThread::isInitialized() {
|
||||||
|
Loading…
Reference in New Issue
Block a user