aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-02-05 15:11:36 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-02-05 15:11:36 -0800
commit2b5638668e6c72016028b1fe11b78d78711c29d8 (patch)
treeb1601a58a2ab88e6eae0710c956b9ac06d3a3d43 /include/grpc++/impl
parent5506bea349ccac69e9ee0410647ea8793cbee6f2 (diff)
Drop the ref
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r--include/grpc++/impl/codegen/call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h
index 03280b7e3e..d342a3a25a 100644
--- a/include/grpc++/impl/codegen/call.h
+++ b/include/grpc++/impl/codegen/call.h
@@ -544,6 +544,7 @@ class CallOpSet : public CallOpSetInterface,
this->Op5::FinishOp(status, max_message_size_);
this->Op6::FinishOp(status, max_message_size_);
*tag = return_tag_;
+ SetCollection(nullptr); // drop the ref at this point
return true;
}