From 026d578ca7018eab645e056179857504c34041bf Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 17 Jun 2026 16:07:44 +0800 Subject: [PATCH] chore: fix change file in #363 --- .changes/fix-windows-dangling-pointer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/fix-windows-dangling-pointer.md b/.changes/fix-windows-dangling-pointer.md index f952406c..b1f67291 100644 --- a/.changes/fix-windows-dangling-pointer.md +++ b/.changes/fix-windows-dangling-pointer.md @@ -2,4 +2,4 @@ "muda": patch --- -On Windows, fixed a bug that would truncate menubar items text to ~10 characters in dark-mode. +On Windows, fixed a `dangling` pointer crash when `Menu::remove_for_hwnd` is called before dropping that `Menu` and then attached a new `Menu`