aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/high_initial_seqno.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-21 08:08:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-21 08:08:05 -0700
commitdecec093169c93a8e6d033ff9971b0999a2766a3 (patch)
tree4564fecaaeead3f75212215c9252b26b16b44ecf /test/core/end2end/tests/high_initial_seqno.c
parent6984e1dc5e2687edd69cf3d9c761d6c8386b1fb8 (diff)
parent77a4c52cbf3706191640e117b1f9bccddd64f1ac (diff)
Merge github.com:grpc/grpc into c++lame
Diffstat (limited to 'test/core/end2end/tests/high_initial_seqno.c')
-rw-r--r--test/core/end2end/tests/high_initial_seqno.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/end2end/tests/high_initial_seqno.c b/test/core/end2end/tests/high_initial_seqno.c
index ae364fd293..893fdd6862 100644
--- a/test/core/end2end/tests/high_initial_seqno.c
+++ b/test/core/end2end/tests/high_initial_seqno.c
@@ -205,8 +205,8 @@ static void simple_request_body(grpc_end2end_test_config config,
grpc_metadata_array_destroy(&request_metadata_recv);
grpc_call_details_destroy(&call_details);
- grpc_call_destroy(c);
- grpc_call_destroy(s);
+ grpc_call_unref(c);
+ grpc_call_unref(s);
/* TODO(ctiller): this rate limits the test, and it should be removed when
retry has been implemented; until then cross-thread chatter