From 62b1473a0d49cbbcfa16b15109cf1597673a3d65 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 1 Jul 2015 11:28:41 -0700 Subject: [PATCH] Add missing unlock --- src/core/channel/client_channel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c index 384724d3158..61fc4222d1f 100644 --- a/src/core/channel/client_channel.c +++ b/src/core/channel/client_channel.c @@ -202,6 +202,7 @@ static void started_call(void *arg, int iomgr_success) { } } else { GPR_ASSERT(calld->state == CALL_CANCELLED); + gpr_mu_unlock(&calld->mu_state); } }