Skip to content
Snippets Groups Projects
Commit f0a83cf9 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

Merge branch 'subchannel_arena_fix' into filter_call_init_fail_fix

parents ca136033 7477a14e
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment