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

Fix #710 – Calling wrenEnsureSlots before wrenInterpret causes apiStack to become invalid #712

Closed
wants to merge 1 commit into from

Conversation

liquidev
Copy link

@liquidev liquidev commented Dec 2, 2019

This PR fixes #710.

I am not sure if this causes memory leaks or not. As far as I know, the fiber should somehow be freed, but I can't tell how. Valgrind does report some problems, but they seem unrelated to this issue.

This does not include any tests, because I have no idea how the test system works. If anyone can explain it to me, I'd be more than happy to create a test for this.

@liquidev
Copy link
Author

Superseded by #730.

@liquidev liquidev closed this Feb 10, 2020
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.

Calling wrenEnsureSlots before wrenInterpret causes apiStack to become invalid
1 participant