mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Merge pull request #666 from tschw/master
fixes sliced-away initialization (crashes program during shutdown...
This commit is contained in:
commit
861ee9b389
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