mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Also make sure that all group host threads exit
I actually don't know if this is necessary, but it was necessary for individually hosted plugins, so presumably it's also needed here.
This commit is contained in:
@@ -89,4 +89,8 @@ __cdecl
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Like in `individual-host.cpp`, this shouldn't be needed, but sometimes
|
||||
// with Wine background threads will be kept alive while this process exits
|
||||
TerminateProcess(GetCurrentProcess(), 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user