Also delete cq

pull/4433/head
Craig Tiller 9 years ago
parent 10c4b3c70d
commit b3466dc38e
  1. 1
      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) {

Loading…
Cancel
Save