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 small leak in node:process.execArgv getter #14154

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

nektro
Copy link
Contributor

@nektro nektro commented Sep 25, 2024

this getter is cached so the blast radius is small but this patch still frees up the stray bun.String instances created during the initial call

@nektro nektro marked this pull request as ready for review September 25, 2024 10:34
@Jarred-Sumner Jarred-Sumner merged commit 69d33bb into main Sep 27, 2024
41 of 43 checks passed
@Jarred-Sumner Jarred-Sumner deleted the nektro-patch-51921 branch September 27, 2024 00:10
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.

3 participants