Skip to content

Commit 05bc1bf

Browse files
maskitzwoop
authored andcommitted
Fix double destuct on Http2Stream termination (#7600)
The bug was introduced by #7584. (cherry picked from commit 94851be)
1 parent 6cc4493 commit 05bc1bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proxy/http2/Http2Stream.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ Http2Stream::terminate_if_possible()
485485

486486
Http2ClientSession *h2_proxy_ssn = static_cast<Http2ClientSession *>(this->_proxy_ssn);
487487
SCOPED_MUTEX_LOCK(lock, h2_proxy_ssn->connection_state.mutex, this_ethread());
488-
this->~Http2Stream();
489488
THREAD_FREE(this, http2StreamAllocator, this_ethread());
490489
}
491490
}

0 commit comments

Comments
 (0)