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 authored and jasnell committed Jul 8, 2020
1 parent 8c93ce8 commit 71d0a18
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 71d0a18

Please sign in to comment.