aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/client_channel.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-28 10:56:53 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-28 10:56:53 -0700
commit0f29c4d375203019da5417ee8577f8cbb996e133 (patch)
treecab9e38fc73ab3dd91eb2721c44946fb7566403f /src/core/channel/client_channel.c
parent5d8310e104d32ff13cac651b817a9748d7714783 (diff)
parent5e9757bf0f8ada75068038c3e29d8b1e875d2ce3 (diff)
Merge github.com:grpc/grpc into we-dont-need-no-backup
Diffstat (limited to 'src/core/channel/client_channel.c')
-rw-r--r--src/core/channel/client_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c
index c8581537c5..ac34851504 100644
--- a/src/core/channel/client_channel.c
+++ b/src/core/channel/client_channel.c
@@ -149,6 +149,7 @@ static void handle_op_after_cancellation(grpc_call_element *elem,
call_data *calld = elem->call_data;
channel_data *chand = elem->channel_data;
if (op->send_ops) {
+ grpc_stream_ops_unref_owned_objects(op->send_ops->ops, op->send_ops->nops);
op->on_done_send(op->send_user_data, 0);
}
if (op->recv_ops) {