diff options
author | Robbie Shade <robbie.shade@gmail.com> | 2015-08-13 19:07:17 -0400 |
---|---|---|
committer | Robbie Shade <robbie.shade@gmail.com> | 2015-08-13 19:07:17 -0400 |
commit | 5c45b940e7c49cca3bffea3effce5271f644c3de (patch) | |
tree | 3116f77759522bbe7013313029a430db66c1bf59 /src/core/transport/stream_op.c | |
parent | 00436a256dd81b10df5da1154f48b9f81056824b (diff) | |
parent | c49a48bd7545466d6535b0a548854ce8954ea045 (diff) |
Merge remote-tracking branch 'upstream/master' into add_udp_server_2
Diffstat (limited to 'src/core/transport/stream_op.c')
-rw-r--r-- | src/core/transport/stream_op.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/transport/stream_op.c b/src/core/transport/stream_op.c index a5dfec9d50..0a9669b0ab 100644 --- a/src/core/transport/stream_op.c +++ b/src/core/transport/stream_op.c @@ -258,6 +258,7 @@ static void link_tail(grpc_mdelem_list *list, grpc_linked_mdelem *storage) { GPR_ASSERT(storage->md); storage->prev = list->tail; storage->next = NULL; + storage->reserved = NULL; if (list->tail != NULL) { list->tail->next = storage; } else { |