aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-12-10 09:50:57 -0800
committerGravatar yang-g <yangg@google.com>2015-12-10 09:50:57 -0800
commit59d9f71b448a52d13b3b1128a0cd702d269ec02b (patch)
treee6f41042ce2bc426f6b32a0d280de8321d154c67 /src/core/surface
parent59cd467a74df8555abe0f39d19ae5eeb8eee688d (diff)
parentf3bcb1c2cb86545551a3e9e24a8d946d913f7f26 (diff)
merge with head
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/init.c b/src/core/surface/init.c
index e0106d8f2b..82027af651 100644
--- a/src/core/surface/init.c
+++ b/src/core/surface/init.c
@@ -147,6 +147,7 @@ void grpc_shutdown(void) {
gpr_timers_global_destroy();
grpc_tracer_shutdown();
grpc_resolver_registry_shutdown();
+ grpc_lb_policy_registry_shutdown();
for (i = 0; i < g_number_of_plugins; i++) {
if (g_all_of_the_plugins[i].destroy != NULL) {
g_all_of_the_plugins[i].destroy();