We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0350fc0 commit b5f8820Copy full SHA for b5f8820
proxy/http2/Http2Stream.cc
@@ -482,7 +482,6 @@ Http2Stream::terminate_if_possible()
482
483
Http2ClientSession *h2_proxy_ssn = static_cast<Http2ClientSession *>(this->_proxy_ssn);
484
SCOPED_MUTEX_LOCK(lock, h2_proxy_ssn->connection_state.mutex, this_ethread());
485
- this->~Http2Stream();
486
THREAD_FREE(this, http2StreamAllocator, this_ethread());
487
}
488
0 commit comments