Fixed potential use-after-free on detached threads

This could sometimes cause REAPER's plugin scanning to crash when the
stars aligned in the wrong way since the stop token would no longer
exist.
This commit is contained in:
Robbert van der Helm
2020-09-28 22:29:10 +02:00
parent 401824ae54
commit 32b3e106b1
3 changed files with 14 additions and 3 deletions
+3
View File
@@ -10,6 +10,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Fixed a potential crash that could happen if the host would unload a plugin
immediately after its initialization. This issue affected the plugin scanning
in _REAPER_.
- Fixed parsing order of `yabridge.toml`. Sections were not always read from top
to bottom like they should be, which could cause incorrect setting overrides.
- Fixed an initialization error when using plugin groups for plugins that are