mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-20 11:02:52 +02:00
Fix memory error in remove_audio_processor()
We would close the socket, but the `receive_multi()` call would finish after the object had already been deallocated using `erase()`. Somehow this never caused any issues though.
This commit is contained in:
@@ -14,6 +14,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
shutting down. With Wine 6.5 terminating a Wine process no longer terminates
|
||||
its threads, which would cause yabridge's plugin and host components to wait
|
||||
for each other to shut down.
|
||||
- Fixed a multithreading related memory error in the VST3 audio processor socket
|
||||
management.
|
||||
|
||||
### yabridgectl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user