aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/lb_policy
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-04 23:31:35 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-04 23:31:35 -0700
commit73cf3db0a52f70c3fad9bbe63981d92f8ae86f7e (patch)
treedeeec564a547e2f9970ea80aa30a3bb2bfc5561e /src/core/ext/lb_policy
parent01dcc494497d27b902b4800cb3cb811df5323d71 (diff)
Fix
Diffstat (limited to 'src/core/ext/lb_policy')
-rw-r--r--src/core/ext/lb_policy/pick_first/pick_first.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ext/lb_policy/pick_first/pick_first.c b/src/core/ext/lb_policy/pick_first/pick_first.c
index 53c14f8f0a..9ff5590ae0 100644
--- a/src/core/ext/lb_policy/pick_first/pick_first.c
+++ b/src/core/ext/lb_policy/pick_first/pick_first.c
@@ -164,7 +164,6 @@ static void pf_cancel_picks(grpc_exec_ctx *exec_ctx, grpc_lb_policy *pol,
initial_metadata_flags_eq) {
grpc_pollset_set_del_pollset(exec_ctx, p->base.interested_parties,
pp->pollset);
- *pp->target = NULL;
grpc_exec_ctx_enqueue(exec_ctx, pp->on_complete, false, NULL);
gpr_free(pp);
} else {