aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-19 15:37:43 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-19 15:37:43 -0700
commit85207d5a25d90ef001d63b7fac127132d85bc59e (patch)
treebc1482f4de79bcd04c50963d41fadb68d6518659 /src/core/surface/init.c
parent4efb6966bdfb62c725c6614b0d85ea374250bb51 (diff)
parentf3fac562e8994631484f77ad8b0c6c17582699a8 (diff)
Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard
Diffstat (limited to 'src/core/surface/init.c')
-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 ac6871c6f2..ca61a38a35 100644
--- a/src/core/surface/init.c
+++ b/src/core/surface/init.c
@@ -78,6 +78,7 @@ void grpc_shutdown(void) {
grpc_iomgr_shutdown();
census_shutdown();
grpc_timers_global_destroy();
+ grpc_tracer_shutdown();
}
gpr_mu_unlock(&g_init_mu);
}