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/security | |
parent | 8f3addcc4d8822b68f3c2367353dac38eb56c38c (diff) |
Getting stuff working
Diffstat (limited to 'test/core/security')
-rw-r--r-- | test/core/security/secure_endpoint_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/security/secure_endpoint_test.c b/test/core/security/secure_endpoint_test.c index 67fa9322a7..e0bdea527a 100644 --- a/test/core/security/secure_endpoint_test.c +++ b/test/core/security/secure_endpoint_test.c @@ -170,7 +170,7 @@ int main(int argc, char **argv) { grpc_pollset_init(&g_pollset); grpc_endpoint_tests(configs[0], &g_pollset); test_leftover(configs[1], 1); - grpc_workqueue_unref(g_workqueue); + GRPC_WORKQUEUE_UNREF(g_workqueue, "destroy"); grpc_pollset_shutdown(&g_pollset, destroy_pollset, &g_pollset); grpc_shutdown(); |