Skip to content

Commit 4c28411

Browse files
committed
changes: fix covector metadata for objc leak patch
Format .changes/fix-objc-retain-leak.md with valid covector front matter and package bump metadata. This resolves CI failures in check-change-tags and covector status for this PR.
1 parent 5a39d46 commit 4c28411

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.changes/fix-objc-retain-leak.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
patch tauri-runtime-wry
1+
---
2+
"tauri-runtime-wry": patch:bug
3+
---
4+
5+
Avoid leaking Objective-C objects in `WebviewMessage::WithWebview` on Apple targets by replacing `Retained::into_raw` with scoped retained bindings and `Retained::as_ptr` pointer handoff.

0 commit comments

Comments
 (0)