forked from pyrite-dev/milsko
backport fix
This commit is contained in:
parent
6f204af3e6
commit
632f63dee8
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