diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-23 06:54:28 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-23 06:54:28 -0800 |
commit | 715c9cfe1abefd9326a634ef3a7686807603526b (patch) | |
tree | d49867006654dd9127390274ca7330a81a33367a /src/core/ext/client_channel/subchannel.c | |
parent | f51abe5bc860c0915b345cd7168ed1f3fb6ebe96 (diff) | |
parent | b96a96ebd508bfc53fd70ebd944f0b92f62387f8 (diff) |
Merge github.com:grpc/grpc into c3+r+l
Diffstat (limited to 'src/core/ext/client_channel/subchannel.c')
-rw-r--r-- | src/core/ext/client_channel/subchannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_channel/subchannel.c b/src/core/ext/client_channel/subchannel.c index 943b9638f0..f2da148e49 100644 --- a/src/core/ext/client_channel/subchannel.c +++ b/src/core/ext/client_channel/subchannel.c @@ -217,7 +217,7 @@ static void subchannel_destroy(grpc_exec_ctx *exec_ctx, void *arg, grpc_slice_unref_internal(exec_ctx, c->initial_connect_string); grpc_connectivity_state_destroy(exec_ctx, &c->state_tracker); grpc_connector_unref(exec_ctx, c->connector); - grpc_pollset_set_destroy(c->pollset_set); + grpc_pollset_set_destroy(exec_ctx, c->pollset_set); grpc_subchannel_key_destroy(exec_ctx, c->key); gpr_free(c); } |