There was an error while loading. Please reload this page.
2 parents b04fee6 + 019cbfb commit 9fea37eCopy full SHA for 9fea37e
1 file changed
src/effects/backends/audiounit/audiounitmanager.mm
@@ -94,6 +94,7 @@
94
qWarning() << "Could not instantiate Audio Unit"
95
<< pManager->m_name << ":" << error
96
<< "(Check https://www.osstatus.com for a description)";
97
+ dispatch_group_leave(pManager->m_instantiationGroup);
98
return;
99
}
100
0 commit comments