fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-21 08:43:45 +09:00
commit 1fe971e1df

View file

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