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: avoid memory leak in closure #1621

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Apr 2, 2024

Simplify frame management. Remove node dependency on frame pointer.

Fixes #1618

@mvertes mvertes added bug Something isn't working area/core labels Apr 2, 2024
@ldez ldez self-requested a review April 2, 2024 21:38
@ldez ldez added this to the v0.16.x milestone Apr 2, 2024
Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

significant memory leak when executing a lambda
3 participants