From 3d287610296cacb34bb7c10881033aa05cb658d3 Mon Sep 17 00:00:00 2001 From: Norman Link Date: Fri, 18 Jan 2019 14:01:07 +0100 Subject: [PATCH] Fixing memory leak in interceptor by removing unsued send_status_ --- include/grpcpp/impl/codegen/interceptor_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/grpcpp/impl/codegen/interceptor_common.h b/include/grpcpp/impl/codegen/interceptor_common.h index 8ed84230911..e7290aca838 100644 --- a/include/grpcpp/impl/codegen/interceptor_common.h +++ b/include/grpcpp/impl/codegen/interceptor_common.h @@ -403,7 +403,6 @@ class InterceptorBatchMethodsImpl grpc_status_code* code_ = nullptr; grpc::string* error_details_ = nullptr; grpc::string* error_message_ = nullptr; - Status send_status_; std::multimap* send_trailing_metadata_ = nullptr;