From 70147b2716a579962c2c6d9f8e4e6634c249eaf8 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 21 May 2026 05:22:35 +0900 Subject: [PATCH] works for me --- src/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core.c b/src/core.c index f879661..7d6cc4c 100644 --- a/src/core.c +++ b/src/core.c @@ -397,6 +397,7 @@ void MwFreeWidget(MwWidget handle) { for(i = 0; i < arrlen(handle->parent->children); i++) { if(handle->parent->children[i] == handle) { arrdel(handle->parent->children, i); + i--; } } }