aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/shutdown_finishes_calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/end2end/tests/shutdown_finishes_calls.c')
-rw-r--r--test/core/end2end/tests/shutdown_finishes_calls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/end2end/tests/shutdown_finishes_calls.c b/test/core/end2end/tests/shutdown_finishes_calls.c
index c019682ea6..d74b740a6c 100644
--- a/test/core/end2end/tests/shutdown_finishes_calls.c
+++ b/test/core/end2end/tests/shutdown_finishes_calls.c
@@ -82,6 +82,8 @@ static void end_test(grpc_end2end_test_fixture *f) {
grpc_completion_queue_shutdown(f->cq);
drain_cq(f->cq);
grpc_completion_queue_destroy(f->cq);
+ /* f->shutdown_cq is not used in this test */
+ grpc_completion_queue_destroy(f->shutdown_cq);
}
static void test_early_server_shutdown_finishes_inflight_calls(