backport fix

This commit is contained in:
Nishi 2026-05-21 06:03:40 +09:00
commit 632f63dee8

View file

@ -354,6 +354,7 @@ void MwFreeWidget(MwWidget handle) {
for(i = 0; i < arrlen(handle->children); i++) {
MwFreeWidget(handle->children[i]);
i--;
}
arrfree(handle->children);