aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/census_filter.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-09 08:41:08 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-09 08:41:08 -0700
commit53132db4a46aaf93a6aef4dd73cd27250b836d6b (patch)
treea57b69db990b9795a8855083e486db73fddf046f /src/core/channel/census_filter.c
parent22e217d8fdffac425f64a11b18886026060e767c (diff)
parenta4ae29bb91da3b2a02e01b2e3f8e42beaefc7c2b (diff)
Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard
Diffstat (limited to 'src/core/channel/census_filter.c')
-rw-r--r--src/core/channel/census_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/census_filter.c b/src/core/channel/census_filter.c
index 83b7682848..43ef5fb3ff 100644
--- a/src/core/channel/census_filter.c
+++ b/src/core/channel/census_filter.c
@@ -197,7 +197,7 @@ static void destroy_channel_elem(grpc_channel_element* elem) {
channel_data* chand = elem->channel_data;
GPR_ASSERT(chand != NULL);
if (chand->path_str != NULL) {
- grpc_mdstr_unref(chand->path_str);
+ GRPC_MDSTR_UNREF(chand->path_str);
}
}