diff --git a/proxy/http2/Http2Stream.cc b/proxy/http2/Http2Stream.cc index 53146bc2f86..420a59e4be3 100644 --- a/proxy/http2/Http2Stream.cc +++ b/proxy/http2/Http2Stream.cc @@ -482,7 +482,6 @@ Http2Stream::terminate_if_possible() Http2ClientSession *h2_proxy_ssn = static_cast(this->_proxy_ssn); SCOPED_MUTEX_LOCK(lock, h2_proxy_ssn->connection_state.mutex, this_ethread()); - this->~Http2Stream(); THREAD_FREE(this, http2StreamAllocator, this_ethread()); } }