aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/fd_posix_test.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/iomgr/fd_posix_test.c
parent8f3addcc4d8822b68f3c2367353dac38eb56c38c (diff)
Getting stuff working
Diffstat (limited to 'test/core/iomgr/fd_posix_test.c')
-rw-r--r--test/core/iomgr/fd_posix_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/fd_posix_test.c b/test/core/iomgr/fd_posix_test.c
index 8b68439dce..0f9b323e77 100644
--- a/test/core/iomgr/fd_posix_test.c
+++ b/test/core/iomgr/fd_posix_test.c
@@ -495,7 +495,7 @@ int main(int argc, char **argv) {
test_grpc_fd();
test_grpc_fd_change();
grpc_pollset_shutdown(&g_pollset, destroy_pollset, &g_pollset);
- grpc_workqueue_unref(g_workqueue);
+ GRPC_WORKQUEUE_UNREF(g_workqueue, "destroy");
grpc_iomgr_shutdown();
return 0;
}