aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/port_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-25 16:41:33 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-25 16:41:33 -0800
commit36f8f88529e50a8293197fbe0dc68f1a8bc4f6b1 (patch)
tree96a90b2432343fcc0cfe4650cb8ea3b8d767a0cb /test/core/util/port_posix.c
parent3240950b86874b5861a288307baf590cb8cf44a3 (diff)
Fix crash on mac
Diffstat (limited to 'test/core/util/port_posix.c')
-rw-r--r--test/core/util/port_posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core/util/port_posix.c b/test/core/util/port_posix.c
index 8b8514ccc9..ba382d242a 100644
--- a/test/core/util/port_posix.c
+++ b/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;
}