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: #34186

PR-URL: #34247
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
addaleax authored and jasnell committed Jul 9, 2020
1 parent 7123609 commit f2753c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/quic/node_quic_session.cc
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 f2753c7

Please sign in to comment.