mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 00:07:31 +02:00
fixes sliced-away initialization (crashes program during shutdown when running without audio device)
This commit is contained in:
parent
0a3edb2f5b
commit
ac3b95efe7
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ Audio::Audio(Oscilloscope* scope, int16_t initialJitterBufferSamples) :
|
||||||
_lastAcceleration(0),
|
_lastAcceleration(0),
|
||||||
_totalPacketsReceived(0),
|
_totalPacketsReceived(0),
|
||||||
_firstPacketReceivedTime(),
|
_firstPacketReceivedTime(),
|
||||||
|
_echoSamplesLeft(NULL),
|
||||||
_packetsReceivedThisPlayback(0),
|
_packetsReceivedThisPlayback(0),
|
||||||
_isSendingEchoPing(false),
|
_isSendingEchoPing(false),
|
||||||
_pingAnalysisPending(false),
|
_pingAnalysisPending(false),
|
||||||
|
|
Loading…
Reference in a new issue