Skip to content

Commit

Permalink
Merge pull request grpc#17760 from Norman0406/fix-interceptor_memory_…
Browse files Browse the repository at this point in the history
…leak

Fixing memory leak in interceptor by removing unsued send_status_
  • Loading branch information
vjpai authored Mar 16, 2019
2 parents ee72c63 + 3d28761 commit 797b01a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/grpcpp/impl/codegen/interceptor_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<grpc::string, grpc::string>* send_trailing_metadata_ = nullptr;

Expand Down

0 comments on commit 797b01a

Please sign in to comment.