diff options
author | Muxi Yan <mxyan@google.com> | 2017-04-04 19:07:50 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-04-04 19:07:50 -0700 |
commit | 769b7c367d511e8f5e44c5e59c7bd06dc417cbca (patch) | |
tree | 2908c99ec6d0fe055afd955b66c859e7e0e872b2 /src/core/lib | |
parent | 2a4731e2eb24efce9fa6322630bdf19b953260d2 (diff) |
Bug fix
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/surface/call.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c index 9905545422..4c1472bd4c 100644 --- a/src/core/lib/surface/call.c +++ b/src/core/lib/surface/call.c @@ -1210,7 +1210,6 @@ static void receiving_slice_ready(grpc_exec_ctx *exec_ctx, void *bctlp, *call->receiving_buffer = NULL; call->receiving_message = 0; finish_batch_step(exec_ctx, bctl); - GRPC_ERROR_UNREF(error); } } |