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

This commit is contained in:
Nishi 2026-05-21 04:55:00 +09:00
commit ad7db9dcec

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);