aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-01 07:51:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-01 07:51:00 -0700
commit95078352a7ed5526f3977c5331a8a510a223517c (patch)
treed664331351ba7ba05ff9c890bd371218e88f9e6e /src/core/surface
parentd2cc45970b4681e214214199b9f52fc0e83cc9e9 (diff)
parentc8240676774f857fcd7b01988bd1242284419a8b (diff)
Merge branch 'tis-but-thy-name' of github.com:ctiller/grpc into tis-but-thy-name
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 9b9ecae27d..3847ded28c 100644
--- a/src/core/surface/init.c
+++ b/src/core/surface/init.c
@@ -92,6 +92,7 @@ void grpc_shutdown(void) {
census_shutdown();
grpc_timers_global_destroy();
grpc_tracer_shutdown();
+ grpc_resolver_registry_shutdown();
}
gpr_mu_unlock(&g_init_mu);
}