Files
tauri-plugins-workspace/.changes/fix-win-dangling.md
T
Junjie Huang 8da0e73634 fix(windows): fix dangling pointers (#14)
* fix(windows): fix dangling pointers

a fix to some dangling problem same as https://github.com/tauri-apps/tauri-plugin-single-instance/pull/6

* doc(change): add a change md
2022-09-13 12:25:33 +02:00

5 lines
139 B
Markdown

---
"tauri-plugin-single-instance": patch
---
fix dangling pointers caused by passing `encode_wide().as_ptr()` directly to FFI on Windows.