Skip to content

Commit daae785

Browse files
committed
Add changelog entries for changes
1 parent 230db83 commit daae785

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Packages/Tracking/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
[docs-website]: https://docs.ultraleap.com/unity-api/ "Ultraleap Docs"
88

9+
## [Next]
10+
11+
### Fixed
12+
- Fixed a file descriptor leak in `Connection` that exhausted the Unity process's OS handle limit after repeated play-mode start/stop cycles.
13+
- Fixed an unmanaged memory leak where the marshalled server namespace string passed to LeapC was not freed.
14+
- Fixed a managed memory leak in `Controller` where event subscriptions on the pooled `Connection` were not removed on disposal.
15+
- Fixed a missing timeout on `Connection` shutdown which could lead to delays in applications exiting.
16+
917
## [7.3.0] - 25/02/2026
1018

1119
### Added

0 commit comments

Comments
 (0)