mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user