Skip to content

Commit

Permalink
Fix destroy_call_elem API in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Aug 2, 2016
1 parent 0ff122e commit cca4a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/end2end/tests/filter_call_init_fails.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static grpc_error *init_call_elem(grpc_exec_ctx *exec_ctx,
}

static void destroy_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
const grpc_call_stats *stats,
const grpc_call_final_info *final_info,
void *and_free_memory) {}

static void init_channel_elem(grpc_exec_ctx *exec_ctx,
Expand Down

0 comments on commit cca4a19

Please sign in to comment.