Skip to content

Commit 9fea37e

Browse files
authored
Merge pull request #16122 from mixxxdj/sync-branch-2.6-to-main
Merge changes from `2.6` into `main`
2 parents b04fee6 + 019cbfb commit 9fea37e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/effects/backends/audiounit/audiounitmanager.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
qWarning() << "Could not instantiate Audio Unit"
9595
<< pManager->m_name << ":" << error
9696
<< "(Check https://www.osstatus.com for a description)";
97+
dispatch_group_leave(pManager->m_instantiationGroup);
9798
return;
9899
}
99100

0 commit comments

Comments
 (0)