Skip to content

Commit

Permalink
Fixes for new APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Mar 22, 2017
1 parent 31041c9 commit b14ab80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cpp/microbenchmarks/bm_call_create.cc
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ static void SetPollsetOrPollsetSet(grpc_exec_ctx *exec_ctx,

static void DestroyCallElem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
const grpc_call_final_info *final_info,
void *and_free_memory) {
gpr_free(and_free_memory);
grpc_closure *then_sched_closure) {
grpc_closure_sched(exec_ctx, then_sched_closure, GRPC_ERROR_NONE);
}

grpc_error *InitChannelElem(grpc_exec_ctx *exec_ctx, grpc_channel_element *elem,
Expand Down

0 comments on commit b14ab80

Please sign in to comment.