aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-23 16:25:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-23 16:25:00 -0700
commite3086f812e9a55ab665f4fbf49ac27861d2b6aea (patch)
treec51ff9c38dbfda1052bee9a2d680b001c6e2038a
parent05cc0c4ba0efe3b838eacf364ea4a6413a8b5afe (diff)
Integration fix
-rw-r--r--src/core/transport/chttp2_transport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c
index bca6090b6b..5f49b2ddd6 100644
--- a/src/core/transport/chttp2_transport.c
+++ b/src/core/transport/chttp2_transport.c
@@ -395,6 +395,7 @@ static void destroy_stream(grpc_transport *gt, grpc_stream *gs) {
}
grpc_chttp2_list_remove_incoming_window_updated(&t->global, &s->global);
+ grpc_chttp2_list_remove_writable_stream(&t->global, &s->global);
gpr_mu_unlock(&t->mu);