aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-04-04 14:13:17 -0700
committerGravatar Mark D. Roth <roth@google.com>2017-04-04 14:13:17 -0700
commitf0a83cf9cb909b411175beb0de3b50a2ccc626f3 (patch)
treec9e0f921e4c77d9f02c0e4d67dd584142aac4a0c
parentca13603302e7e256ec0e950ab7b133782920facc (diff)
parent7477a14e3caa36d77c3c19789e63bb1676d65054 (diff)
Merge branch 'subchannel_arena_fix' into filter_call_init_fail_fix
-rw-r--r--src/core/ext/filters/client_channel/subchannel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ext/filters/client_channel/subchannel.c b/src/core/ext/filters/client_channel/subchannel.c
index 8086cdb87e..29a1a09555 100644
--- a/src/core/ext/filters/client_channel/subchannel.c
+++ b/src/core/ext/filters/client_channel/subchannel.c
@@ -782,8 +782,6 @@ grpc_error *grpc_connected_subchannel_create_call(
if (error != GRPC_ERROR_NONE) {
const char *error_string = grpc_error_string(error);
gpr_log(GPR_ERROR, "error: %s", error_string);
-
- gpr_free(*call);
return error;
}
GRPC_CONNECTED_SUBCHANNEL_REF(con, "subchannel_call");