reviewable/pr16649/r5
ncteisen 6 years ago
parent 7e34212e50
commit 805b8db33c
  1. 4
      src/core/ext/transport/chttp2/transport/chttp2_transport.cc

@ -157,6 +157,10 @@ bool g_flow_control_enabled = true;
static void destruct_transport(grpc_chttp2_transport* t) {
size_t i;
if (t->channelz_socket != nullptr) {
t->channelz_socket.reset();
}
grpc_endpoint_destroy(t->ep);
grpc_slice_buffer_destroy_internal(&t->qbuf);

Loading…
Cancel
Save