aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/server_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-11 14:40:15 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-11 14:40:15 -0800
commitb3466dc38e37a90122d0c39520ba24f972db0f2d (patch)
tree5011975d8281590678f8c55720bd760f9a3329d0 /test/core/surface/server_test.c
parent10c4b3c70d8816f7e5f395ad214bc815c8f4dfb3 (diff)
Also delete cq
Diffstat (limited to 'test/core/surface/server_test.c')
-rw-r--r--test/core/surface/server_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/surface/server_test.c b/test/core/surface/server_test.c
index 133d023952..8f1606027d 100644
--- a/test/core/surface/server_test.c
+++ b/test/core/surface/server_test.c
@@ -77,6 +77,7 @@ void test_bind_server_twice(void) {
grpc_completion_queue_next(cq, gpr_inf_future(GPR_CLOCK_MONOTONIC), NULL);
grpc_server_destroy(server1);
grpc_server_destroy(server2);
+ grpc_completion_queue_destroy(cq);
}
int main(int argc, char **argv) {