aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/channel_connectivity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/client_config/channel_connectivity.c')
-rw-r--r--src/core/ext/client_config/channel_connectivity.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/client_config/channel_connectivity.c b/src/core/ext/client_config/channel_connectivity.c
index 9bbb09fa39..ac685e11ea 100644
--- a/src/core/ext/client_config/channel_connectivity.c
+++ b/src/core/ext/client_config/channel_connectivity.c
@@ -95,6 +95,7 @@ static void delete_state_watcher(grpc_exec_ctx *exec_ctx, state_watcher *w) {
abort();
}
gpr_mu_destroy(&w->mu);
+ GRPC_ERROR_UNREF(w->error);
gpr_free(w);
}