aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/connected_channel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/channel/connected_channel.cc')
-rw-r--r--src/core/lib/channel/connected_channel.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/channel/connected_channel.cc b/src/core/lib/channel/connected_channel.cc
index 516d49e4d3..a16e89ce00 100644
--- a/src/core/lib/channel/connected_channel.cc
+++ b/src/core/lib/channel/connected_channel.cc
@@ -115,7 +115,8 @@ static void con_start_transport_stream_op_batch(
// calld->on_complete like we can for the other ops. However,
// cancellation isn't in the fast path, so we just allocate a new
// closure for each one.
- callback_state* state = static_cast<callback_state*>(gpr_malloc(sizeof(*state)));
+ callback_state* state =
+ static_cast<callback_state*>(gpr_malloc(sizeof(*state)));
intercept_callback(calld, state, true, "on_complete (cancel_stream)",
&batch->on_complete);
} else {