Fix segfault destroying libdbus connection

This commit is contained in:
Robbert van der Helm
2024-04-07 22:49:00 +02:00
parent c50ef826fb
commit 8d508dc2fe
2 changed files with 17 additions and 1 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 a potential segfault when unloading yabridge.
## [5.1.0] - 2023-12-23
### Added