Skip to content

Commit

Permalink
quic: unref timers again
Browse files Browse the repository at this point in the history
0f97d60 accidentally removed this.

Refs: nodejs#34186
  • Loading branch information
addaleax committed Jul 7, 2020
1 parent e0ecde9 commit b1e7044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/quic/node_quic_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,9 @@ QuicSession::QuicSession(
state_.GetArrayBuffer(),
PropertyAttribute::ReadOnly).Check();

idle_.Unref();
retransmit_.Unref();

// TODO(@jasnell): memory accounting
// env_->isolate()->AdjustAmountOfExternalAllocatedMemory(kExternalSize);
}
Expand Down

0 comments on commit b1e7044

Please sign in to comment.