Fix crash/freezing after rendering when using soundio/JACK (#5681)

This commit is contained in:
firewall1110
2020-10-30 06:16:27 +02:00
committed by GitHub
parent ec2e854a47
commit 435dbc5e00
3 changed files with 36 additions and 5 deletions

View File

@@ -110,6 +110,7 @@ private:
fpp_t m_outBufFrameIndex;
bool m_stopped;
bool m_outstreamStarted;
int m_disconnectErr;
void onBackendDisconnect(int err);