This commit is contained in:
parent
8fe9a1c168
commit
ad7db9dcec
1 changed files with 1 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ 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