aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/subchannel_index.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-09 18:44:50 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-10 10:48:15 -0800
commit00325486749b5b56bde1fe8155fb2e3eef6499de (patch)
tree7531e040ab5cc0ed280c842f551380c4934463e4 /src/core/ext/filters/client_channel/subchannel_index.cc
parent3150744c712449585e6c0a3347f2b9366671a8eb (diff)
Correction to closure.cc,bm_chttp2_hpack and few more
Diffstat (limited to 'src/core/ext/filters/client_channel/subchannel_index.cc')
-rw-r--r--src/core/ext/filters/client_channel/subchannel_index.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/subchannel_index.cc b/src/core/ext/filters/client_channel/subchannel_index.cc
index 69da196737..cb8e480734 100644
--- a/src/core/ext/filters/client_channel/subchannel_index.cc
+++ b/src/core/ext/filters/client_channel/subchannel_index.cc
@@ -134,7 +134,7 @@ void grpc_subchannel_index_unref(void) {
if (gpr_unref(&g_refcount)) {
ExecCtx _local_exec_ctx;
gpr_mu_destroy(&g_mu);
- gpr_avl_unref(g_subchannel_index, &exec_ctx);
+ gpr_avl_unref(g_subchannel_index, exec_ctx);
grpc_exec_ctx_finish();
}
}