[AFV] Reset pointer after stopping audio output

This commit is contained in:
Roland Rossgotterer
2019-09-30 12:09:09 +02:00
committed by Mat Sutcliffe
parent df30a010b5
commit d757b8977f

View File

@@ -125,6 +125,7 @@ namespace BlackCore
if (!m_started) { return; }
m_started = false;
m_audioOutputCom->stop();
m_audioOutputCom.reset();
m_audioOutputBuffer->deleteLater();
m_audioOutputBuffer = nullptr;
}