Merge pull request #8284 from davidkelly/dk/noMoBuzzsaw

Potential cause of that buzzsaw when resetting
This commit is contained in:
Chris Collins 2016-07-20 14:00:31 -07:00 committed by GitHub
commit cc4c21e899

View file

@ -59,7 +59,9 @@ void InboundAudioStream::reset() {
_isStarved = true;
_hasStarted = false;
resetStats();
cleanupCodec();
// FIXME: calling cleanupCodec() seems to be the cause of the buzzsaw -- we get an assert
// after this is called in AudioClient. Ponder and fix...
// cleanupCodec();
}
void InboundAudioStream::resetStats() {