This commit is contained in:
parent
31df1aa72c
commit
1fe971e1df
1 changed files with 0 additions and 1 deletions
|
|
@ -354,7 +354,6 @@ void MwFreeWidget(MwWidget handle) {
|
|||
|
||||
for(i = 0; i < arrlen(handle->children); i++) {
|
||||
MwFreeWidget(handle->children[i]);
|
||||
i--;
|
||||
}
|
||||
arrfree(handle->children);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue