mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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),
|
||||
_totalPacketsReceived(0),
|
||||
_firstPacketReceivedTime(),
|
||||
_echoSamplesLeft(NULL),
|
||||
_packetsReceivedThisPlayback(0),
|
||||
_isSendingEchoPing(false),
|
||||
_pingAnalysisPending(false),
|
||||
|
|
Loading…
Reference in a new issue