aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/support
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-02-27 11:52:39 -0800
committerGravatar Yuchen Zeng <zyc@google.com>2017-02-27 11:52:39 -0800
commit77532e8bf3d4c93b680ac63a5e436cea92c708f5 (patch)
treefb865b1d87296844d1ef00e40a0f117280aafc1b /include/grpc++/support
parent07e4c13a68d8bb54463eb693afd16e29aec22e28 (diff)
Destroy pointer args when destructing a ChannelArguments
Diffstat (limited to 'include/grpc++/support')
-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) {