Skip to content
Snippets Groups Projects
Commit 3d96a10c authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Aline Gondim Santos
Browse files

recording: avoid deadlock in audio_receive_thread

GitLab: #518
Change-Id: I31a5b290cd555e345de76f12b9a59c4b9b077756
parent 5f932e4c
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ AudioReceiveThread::AudioReceiveThread(const std::string& id,
AudioReceiveThread::~AudioReceiveThread()
{
onSuccessfulSetup_ = nullptr;
loop_.join();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment