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(ext/node): use cppgc for node:zlib #24267

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

littledivy
Copy link
Member

Fixes #22470

Comment on lines 127 to 128
process.nextTick(() => {
const [availOut, availIn] = this.writeSync(
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed the async op as it is effectively this ^

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM, nice cleanup!

@littledivy littledivy merged commit 0b65d02 into denoland:main Jun 20, 2024
17 checks passed
@littledivy littledivy deleted the node_zlib_cppgc branch June 20, 2024 05:01
sbmsr pushed a commit to sbmsr/deno-1 that referenced this pull request Jul 2, 2024
zebreus pushed a commit to zebreus/deno that referenced this pull request Jul 8, 2024
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.

error: "Leaking resources" using node:zlib in tests
2 participants