Fix shutdown cleanup issue for Ardour and Mixbus

Instead of just detaching the threads, it's much better to terminate the
Wine process and let the threads terminate themselves.

This fixes #11 on my machine.
This commit is contained in:
Robbert van der Helm
2020-05-09 21:31:57 +02:00
parent 1334fc59e1
commit 54295f3a27
3 changed files with 19 additions and 24 deletions
+6
View File
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed issue where plugin removal could crash Ardour and Mixbus.
## [1.1.1] - 2020-05-09
### Changed