Skip to content

Commit

Permalink
Merge pull request #1833 from zayoo/master
Browse files Browse the repository at this point in the history
Fix minor bug GRPC_TIMER_END before end of function
  • Loading branch information
dgquintas committed Jun 9, 2015
2 parents 3f192f7 + a7c1062 commit a561ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/surface/call.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ static void call_on_done_recv(void *pc, int success) {
unlock(call);

GRPC_CALL_INTERNAL_UNREF(call, "receiving", 0);
GRPC_TIMER_BEGIN(GRPC_PTAG_CALL_ON_DONE_RECV, 0);
GRPC_TIMER_END(GRPC_PTAG_CALL_ON_DONE_RECV, 0);
}

static int prepare_application_metadata(grpc_call *call, size_t count,
Expand Down

0 comments on commit a561ea6

Please sign in to comment.