Merge branch 'subchannel_arena_fix' into filter_call_init_fail_fix

pull/10466/head
Mark D. Roth 8 years ago
commit f0a83cf9cb
  1. 2
      src/core/ext/filters/client_channel/subchannel.c

@ -782,8 +782,6 @@ grpc_error *grpc_connected_subchannel_create_call(
if (error != GRPC_ERROR_NONE) { if (error != GRPC_ERROR_NONE) {
const char *error_string = grpc_error_string(error); const char *error_string = grpc_error_string(error);
gpr_log(GPR_ERROR, "error: %s", error_string); gpr_log(GPR_ERROR, "error: %s", error_string);
gpr_free(*call);
return error; return error;
} }
GRPC_CONNECTED_SUBCHANNEL_REF(con, "subchannel_call"); GRPC_CONNECTED_SUBCHANNEL_REF(con, "subchannel_call");

Loading…
Cancel
Save