diff --git a/src/demod/DemodulatorThread.h b/src/demod/DemodulatorThread.h index cf3393e..2306179 100644 --- a/src/demod/DemodulatorThread.h +++ b/src/demod/DemodulatorThread.h @@ -41,7 +41,7 @@ protected: float linearToDb(float linear); DemodulatorInstance *demodInstance = nullptr; - ReBuffer outputBuffers = nullptr; + ReBuffer outputBuffers; std::atomic_bool muted;