diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-17 09:47:28 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-17 09:47:28 -0700 |
commit | f840110de243ae225f5825c0dda47e9fe89b582c (patch) | |
tree | 77c93767a53c77fe45776cb83e2d86de1d791ab1 /test/core/iomgr/udp_server_test.c | |
parent | 50480b2a058fc74c3cf934ae5ae9981b2417005e (diff) |
Fixup tests
Diffstat (limited to 'test/core/iomgr/udp_server_test.c')
-rw-r--r-- | test/core/iomgr/udp_server_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/udp_server_test.c b/test/core/iomgr/udp_server_test.c index 1f1696a7a7..ee78d6b4ad 100644 --- a/test/core/iomgr/udp_server_test.c +++ b/test/core/iomgr/udp_server_test.c @@ -307,7 +307,7 @@ static void test_receive(int number_of_clients) { static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p, grpc_error *error) { - grpc_pollset_destroy(p); + grpc_pollset_destroy(exec_ctx, p); } int main(int argc, char **argv) { |