aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <y-zeng@users.noreply.github.com>2017-03-17 11:38:44 -0700
committerGravatar GitHub <noreply@github.com>2017-03-17 11:38:44 -0700
commit40a947ef93aeddca3b606613f628d4d09f094e77 (patch)
tree7ad663a74f0dcc62f7d12d7a7d6b7ca9cce25eda /include
parent289bc215858580aaa3c0fa100aab05e84efe7b6b (diff)
parent4564b8cde72f74b88ec2ddf4943768e809dff94b (diff)
Merge pull request #9889 from y-zeng/channel_arg
Destroy pointer args when destructing a ChannelArguments
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/support/channel_arguments.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/support/channel_arguments.h b/include/grpc++/support/channel_arguments.h
index efdf7772ad..80a3bfda3d 100644
--- a/include/grpc++/support/channel_arguments.h
+++ b/include/grpc++/support/channel_arguments.h
@@ -54,7 +54,7 @@ class ResourceQuota;
class ChannelArguments {
public:
ChannelArguments();
- ~ChannelArguments() {}
+ ~ChannelArguments();
ChannelArguments(const ChannelArguments& other);
ChannelArguments& operator=(ChannelArguments other) {