We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230db83 commit daae785Copy full SHA for daae785
1 file changed
Packages/Tracking/CHANGELOG.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
[docs-website]: https://docs.ultraleap.com/unity-api/ "Ultraleap Docs"
8
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
17
## [7.3.0] - 25/02/2026
18
19
### Added
0 commit comments