aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-16 19:27:52 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-16 19:27:52 -0800
commite1b8c2b07bbf9fa0fae269bd0fe4d1e2ef451f1f (patch)
tree9ddd83a5b6fcd16d5dd15f65bc7ceadec7e44cf9 /src
parent86e8ad8ddf6bbbb59327cee2383d7ec414e06c71 (diff)
Fix merge
Diffstat (limited to 'src')
-rw-r--r--src/core/surface/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index b999ecd37c..e3fd7d564a 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -979,7 +979,7 @@ static void receiving_slice_ready(grpc_exec_ctx *exec_ctx, void *bctlp,
call->receiving_slice);
continue_receiving_slices(exec_ctx, bctl);
} else {
- grpc_byte_stream_destroy(call->receiving_stream);
+ grpc_byte_stream_destroy(exec_ctx, call->receiving_stream);
call->receiving_stream = NULL;
grpc_byte_buffer_destroy(*call->receiving_buffer);
*call->receiving_buffer = NULL;