Skip to content
Snippets Groups Projects
Commit c3dc00e5 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #10091 from ctiller/fix-latency

Ensure GRPC_TIMER_END gets called
parents e7fe7f2b ea264b88
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ static grpc_error *copy_error_and_unref(grpc_error *in) {
else
out = GRPC_ERROR_CREATE("unknown");
} else if (gpr_ref_is_unique(&in->refs)) {
return in;
out = in;
} else {
out = gpr_malloc(sizeof(*out));
#ifdef GRPC_ERROR_REFCOUNT_DEBUG
......
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