We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3893c38 commit b22690dCopy full SHA for b22690d
src/quic/streams.cc
@@ -406,7 +406,7 @@ class Stream::Outbound final : public MemoryRetainer {
406
// we need to clear all pending next's from the queue, as it holds pointers
407
// to Stream and Session, which will be invalidated and may cause use after
408
// free otherwise
409
- queue_->clearPendingNext();
+ if (queue_) queue_->clearPendingNext();
410
}
411
412
void Acknowledge(size_t amount) {
0 commit comments