aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-04 09:28:54 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-04 09:28:54 -0700
commite3b5921559bb26fa49c10d6019cbb97634500059 (patch)
treed61a842994749376761326fae1ca9c7c1d48de90 /include/grpc++/impl/codegen
parenta5da6e1806dcd1e26692e1bb1a024abf81beca89 (diff)
Potential msan fix
Diffstat (limited to 'include/grpc++/impl/codegen')
-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 a3f2be6bb1..e0095b0434 100644
--- a/include/grpc++/impl/codegen/call.h
+++ b/include/grpc++/impl/codegen/call.h
@@ -528,6 +528,7 @@ class CallOpClientRecvStatus {
void ClientRecvStatus(ClientContext* context, Status* status) {
metadata_map_ = &context->trailing_metadata_;
recv_status_ = status;
+ status_details_ = grpc_empty_slice();
}
protected: