Browse Source

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

Fix #5510
reviewable/pr5517/r2
Anthony Bilinski 7 years ago
parent
commit
093962e3ec
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      src/audio/backend/openal.h

2
src/audio/backend/openal.h

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

Loading…
Cancel
Save