Fix crash on mac

pull/5386/head
Craig Tiller 9 years ago
parent 3240950b86
commit 36f8f88529
  1. 1
      test/core/util/port_posix.c

@ -297,7 +297,6 @@ static int pick_port_using_server(char *server) {
grpc_pollset_shutdown(&exec_ctx, pr.pollset, &shutdown_closure);
grpc_exec_ctx_finish(&exec_ctx);
gpr_free(pr.pollset);
gpr_mu_destroy(pr.mu);
return pr.port;
}

Loading…
Cancel
Save