We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a23987 commit d5d3c9cCopy full SHA for d5d3c9c
1 file changed
src/plugin-main.cpp
@@ -1353,11 +1353,11 @@ void BranchOutputFilter::onStopOutputGracefully()
1353
// Lock out other output thread to prevent crash
1354
pthread_mutex_lock(&pluginMutex);
1355
{
1356
- OBSMutexAutoUnlock locked(&pluginMutex);
+ OBSMutexAutoUnlock pluginLocked(&pluginMutex);
1357
1358
pthread_mutex_lock(&outputMutex);
1359
1360
- OBSMutexAutoUnlock locked(&outputMutex);
+ OBSMutexAutoUnlock outputLocked(&outputMutex);
1361
1362
streamingStopping = true;
1363
0 commit comments