Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(groups): don't freeze when opening AV settings during group call
Browse files Browse the repository at this point in the history
Fix #5510
  • Loading branch information
anthonybilinski committed Jan 28, 2019
1 parent d6abf76 commit 093962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/backend/openal.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class OpenAL : public Audio

protected:
QThread* audioThread;
mutable QMutex audioLock;
mutable QMutex audioLock{QMutex::Recursive};

ALCdevice* alInDev = nullptr;
quint32 inSubscriptions = 0;
Expand Down

0 comments on commit 093962e

Please sign in to comment.