Shutdown lb policy registry

pull/4374/head
Craig Tiller 9 years ago
parent 248904afad
commit df62b97299
  1. 1
      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();

Loading…
Cancel
Save