Merge pull request #666 from tschw/master

fixes sliced-away initialization (crashes program during shutdown...
This commit is contained in:
ZappoMan 2013-07-14 12:32:41 -07:00
commit 861ee9b389

View file

@ -318,6 +318,7 @@ Audio::Audio(Oscilloscope* scope, int16_t initialJitterBufferSamples) :
_lastAcceleration(0),
_totalPacketsReceived(0),
_firstPacketReceivedTime(),
_echoSamplesLeft(NULL),
_packetsReceivedThisPlayback(0),
_isSendingEchoPing(false),
_pingAnalysisPending(false),