Skip to content

Commit b77d569

Browse files
committed
Update node_zlib_binding.zig
1 parent 3cac49f commit b77d569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bun.js/node/node_zlib_binding.zig

-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ pub fn CompressionStream(comptime T: type) type {
239239
this.pending_close = true;
240240
return;
241241
}
242-
this.poll_ref.unref(JSC.VirtualMachine.get());
243242
this.pending_close = false;
244243
this.closed = true;
245244
this.this_value.deinit();

0 commit comments

Comments
 (0)