Commit 1425a87b authored by zhujiashun's avatar zhujiashun Committed by gejun

set _stream_creator to NULL after DestroyStreamCreator

parent 50ecec46
......@@ -838,6 +838,7 @@ void Controller::EndRPC(const CompletionInfo& info) {
}
if (_stream_creator) {
_stream_creator->DestroyStreamCreator(this);
_stream_creator = NULL;
}
// Clear _error_text when the call succeeded, otherwise a successful
// call with non-empty ErrorText may confuse user.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment