aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-16 16:15:47 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-16 16:15:47 -0700
commit3cd6a5158d388c6ae2d07bc78951c986dc4f41ea (patch)
tree3c8abac6cf7c3e7b8be75ad57d31a617e4f46c7b /test/core/bad_client/bad_client.c
parent8f3addcc4d8822b68f3c2367353dac38eb56c38c (diff)
Getting stuff working
Diffstat (limited to 'test/core/bad_client/bad_client.c')
-rw-r--r--test/core/bad_client/bad_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_client/bad_client.c b/test/core/bad_client/bad_client.c
index 01fcb9275e..48534ce060 100644
--- a/test/core/bad_client/bad_client.c
+++ b/test/core/bad_client/bad_client.c
@@ -168,6 +168,6 @@ void grpc_run_bad_client_test(grpc_bad_client_server_side_validator validator,
grpc_completion_queue_destroy(a.cq);
gpr_slice_buffer_destroy(&outgoing);
- grpc_workqueue_unref(workqueue);
+ GRPC_WORKQUEUE_UNREF(workqueue, "destroy");
grpc_shutdown();
}