Skip to content

Commit

Permalink
AUv3 IPC implementation rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
sgretscher committed Oct 27, 2023
1 parent b2b9763 commit 0b72002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestPlugIn/AudioUnit_v3/Framework/TestAUv3AudioUnit.mm
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ void destroy_sharedFactoryMessageChannel() {
{
if (_sharedFactoryMessageChannel)
{
ARA::IPC::ARAIPCAUProxyHostUninitalize();
ARA::IPC::ARAIPCAUProxyHostUninitialize();
_sharedFactoryMessageChannel = nil;
}
}
Expand Down

0 comments on commit 0b72002

Please sign in to comment.