aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-07-12 09:15:07 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-07-12 09:15:07 -0700
commited334f0f3ead942c23f474c7d241a66b9cf8dafa (patch)
treefb5ef22e5b01bca19276adbf1fbc7de205f73b11 /src/core/ext/transport/chttp2
parent5beba2818e9a2436dcf410ac6d4c6886cb00444c (diff)
Fixes
Diffstat (limited to 'src/core/ext/transport/chttp2')
-rw-r--r--src/core/ext/transport/chttp2/transport/chttp2_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/chttp2_transport.c b/src/core/ext/transport/chttp2/transport/chttp2_transport.c
index 91ca2683e0..aff3afce12 100644
--- a/src/core/ext/transport/chttp2/transport/chttp2_transport.c
+++ b/src/core/ext/transport/chttp2/transport/chttp2_transport.c
@@ -1816,7 +1816,7 @@ static void reading_action_locked(grpc_exec_ctx *exec_ctx, void *tp,
grpc_exec_ctx_sched(exec_ctx, &t->parsing_action, GRPC_ERROR_REF(error),
NULL);
} else {
- post_reading_action_locked(exec_ctx, t, GRPC_ERROR_REF(error));
+ post_reading_action_locked(exec_ctx, t, error);
}
}