diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-16 16:15:47 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-16 16:15:47 -0700 |
commit | 3cd6a5158d388c6ae2d07bc78951c986dc4f41ea (patch) | |
tree | 3c8abac6cf7c3e7b8be75ad57d31a617e4f46c7b /test/core/bad_client | |
parent | 8f3addcc4d8822b68f3c2367353dac38eb56c38c (diff) |
Getting stuff working
Diffstat (limited to 'test/core/bad_client')
-rw-r--r-- | test/core/bad_client/bad_client.c | 2 |
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(); } |