From 48f3a7191c868bedc13b76db5582cbf37097151d Mon Sep 17 00:00:00 2001
From: yang-g <yangg@google.com>
Date: Mon, 7 Dec 2015 11:23:50 -0800
Subject: [PATCH] add missing goto

---
 src/core/surface/call.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index 4affafa585..84b9daaa28 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -1270,6 +1270,7 @@ static grpc_call_error call_start_batch(grpc_exec_ctx *exec_ctx,
         }
         if (call->receiving_message) {
           error = GRPC_CALL_ERROR_TOO_MANY_OPERATIONS;
+          goto done_with_error;
         }
         call->receiving_message = 1;
         bctl->recv_message = 1;
-- 
GitLab