Skip to content

Commit f2753c7

Browse files
addaleaxjasnell
authored andcommitted
quic: unref timers again
0f97d60 accidentally removed this. Refs: #34186 PR-URL: #34247 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7123609 commit f2753c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/quic/node_quic_session.cc

+3
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,9 @@ QuicSession::QuicSession(
14531453
state_.GetArrayBuffer(),
14541454
PropertyAttribute::ReadOnly).Check();
14551455

1456+
idle_.Unref();
1457+
retransmit_.Unref();
1458+
14561459
// TODO(@jasnell): memory accounting
14571460
// env_->isolate()->AdjustAmountOfExternalAllocatedMemory(kExternalSize);
14581461
}

0 commit comments

Comments
 (0)