diff --git a/interface/src/Audio.cpp b/interface/src/Audio.cpp index 7af42478d5..75c1198d58 100644 --- a/interface/src/Audio.cpp +++ b/interface/src/Audio.cpp @@ -318,6 +318,7 @@ Audio::Audio(Oscilloscope* scope, int16_t initialJitterBufferSamples) : _lastAcceleration(0), _totalPacketsReceived(0), _firstPacketReceivedTime(), + _echoSamplesLeft(NULL), _packetsReceivedThisPlayback(0), _isSendingEchoPing(false), _pingAnalysisPending(false),