Add missing unlock

pull/2303/head
Craig Tiller 10 years ago
parent ae65f1a212
commit 62b1473a0d
  1. 1
      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);
}
}

Loading…
Cancel
Save