diff --git a/src/core.c b/src/core.c index b03fb46..db81a2b 100644 --- a/src/core.c +++ b/src/core.c @@ -354,7 +354,6 @@ void MwFreeWidget(MwWidget handle) { for(i = 0; i < arrlen(handle->children); i++) { MwFreeWidget(handle->children[i]); - i--; } arrfree(handle->children);