Skip to content
Snippets Groups Projects
Commit c593ca01 authored by Vijay Pai's avatar Vijay Pai
Browse files

reset the shared_ptr

parent 4d9d4abc
No related branches found
No related tags found
No related merge requests found
......@@ -544,7 +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
collection_.reset(); // drop the ref at this point
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment