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