SIGN IN SIGN UP
tauri-apps / tauri UNCLAIMED

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

0 0 122 Rust

fix(windows): fix double free (STATUS_HEAP_CORRUPTION) of resizing handler's userdata (#13968)

* fix: double free of resizing handler's userdata on Windows

Using WM_NCDESTROY instead of WM_DESTROY is more correct for freeing userdata, as windows can receive multiple WM_DESTROY events if they're parented.

* chore: add change entry for resizing handler double-free fix
A
Aly Cerruti committed
82e264552ed3e1d62135edc5803a2c5d92f9c5c7
Parent: c134a76
Committed by GitHub <noreply@github.com> on 8/9/2025, 4:03:21 AM