works for me
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-21 05:22:35 +09:00
commit 70147b2716

View file

@ -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--;
}
}
}