diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-09 15:32:39 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-09 15:32:39 -0800 |
commit | 648d648797f96c8f61ccdc7b26940dc14c1a27be (patch) | |
tree | 51689ddb449ce0bdbec416a7d7d7f2f042809891 /src/core/ext/client_channel | |
parent | 612d089f9e394c70eb22731e9d323ce5401dbfcc (diff) |
Missed file
Diffstat (limited to 'src/core/ext/client_channel')
-rw-r--r-- | src/core/ext/client_channel/client_channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_channel/client_channel.c b/src/core/ext/client_channel/client_channel.c index 758bdc0f17..cd337d3743 100644 --- a/src/core/ext/client_channel/client_channel.c +++ b/src/core/ext/client_channel/client_channel.c @@ -595,7 +595,7 @@ static void cc_destroy_channel_elem(grpc_exec_ctx *exec_ctx, } grpc_connectivity_state_destroy(exec_ctx, &chand->state_tracker); grpc_pollset_set_destroy(chand->interested_parties); - grpc_combiner_unref(exec_ctx, chand->combiner); + GRPC_COMBINER_UNREF(exec_ctx, chand->combiner, "client_channel"); gpr_mu_destroy(&chand->info_mu); } |