1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(groups): don't freeze when opening AV settings during group call

Fix #5510
This commit is contained in:
Anthony Bilinski 2019-01-23 22:59:00 -08:00
parent d6abf76a27
commit 093962e3ec
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -118,7 +118,7 @@ private:
protected:
QThread* audioThread;
mutable QMutex audioLock;
mutable QMutex audioLock{QMutex::Recursive};
ALCdevice* alInDev = nullptr;
quint32 inSubscriptions = 0;