From 36f8f88529e50a8293197fbe0dc68f1a8bc4f6b1 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 25 Feb 2016 16:41:33 -0800 Subject: [PATCH] Fix crash on mac --- test/core/util/port_posix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/core/util/port_posix.c b/test/core/util/port_posix.c index 8b8514ccc93..ba382d242a3 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; }