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 mdpull/72/head
parent
50a7472bbc
commit
8da0e73634
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-plugin-single-instance": patch
|
||||
---
|
||||
|
||||
fix dangling pointers caused by passing `encode_wide().as_ptr()` directly to FFI on Windows.
|
Loading…
Reference in new issue