aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/census_filter.c
diff options
context:
space:
mode:
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);
}
}