Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Bug: Corrected nil table reference in YGNode:clearChildren() #7

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

metrowaii
Copy link
Contributor

Calling free() would error due to a nil table reference in YGNode:clearChildren(). This fix addresses the issue by changing the nil table reference to self.children_.

@grilme99
Copy link
Owner

Thank you!

@grilme99 grilme99 merged commit 1b1cae0 into grilme99:main Aug 30, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants