mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -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);
|
||||
audioSampleRateChanged.store(false);
|
||||
modemSettingsChanged.store(false);
|
||||
demodTypeChanged.store(false);
|
||||
}
|
||||
|
||||
bool DemodulatorPreThread::isInitialized() {
|
||||
|
Loading…
Reference in New Issue
Block a user