Fix memory leak #1167
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
root_child0
be removed byYGNodeRemoveChild(root, root_child0);
so
YGNodeFreeRecursive(root);
can not freeroot_child0
Looks good, thanks @simonla!
@motiz88 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
Pull request closed