Skip to content
Snippets Groups Projects
Commit a80a0648 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge branch 'hide-the-pollset' into hide-the-pollset-set

parents 2305a51c 36f8f885
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,6 @@ static int pick_port_using_server(char *server) { ...@@ -297,7 +297,6 @@ static int pick_port_using_server(char *server) {
grpc_pollset_shutdown(&exec_ctx, pr.pollset, &shutdown_closure); grpc_pollset_shutdown(&exec_ctx, pr.pollset, &shutdown_closure);
grpc_exec_ctx_finish(&exec_ctx); grpc_exec_ctx_finish(&exec_ctx);
gpr_free(pr.pollset); gpr_free(pr.pollset);
gpr_mu_destroy(pr.mu);
return pr.port; return pr.port;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment