From df4fb649f35c75717b599007d7079d6067a29cd8 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Thu, 2 Jun 2016 01:20:42 -0400 Subject: [PATCH] minor init typo --- src/demod/DemodulatorThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;