refactor(single-instance): improve userdata ptr handling (#2453)

* fix(single-instance): fix null pointer dereference panic on Windows

* fmt
This commit is contained in:
Amr Bashir
2025-02-24 17:10:30 +02:00
committed by GitHub
parent 1ab5f15763
commit 0af367f7d4
5 changed files with 70 additions and 61 deletions
@@ -2,4 +2,4 @@
single-instance: patch
---
Fixed an issue that caused `null pointer dereference occurred` errors on rust nightly.
Fixed `null pointer dereference` panic on rust nightly on Windows.