aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http/httpscli_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/http/httpscli_test.c')
-rw-r--r--test/core/http/httpscli_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/http/httpscli_test.c b/test/core/http/httpscli_test.c
index 5e938b54ef..c6a40aed4b 100644
--- a/test/core/http/httpscli_test.c
+++ b/test/core/http/httpscli_test.c
@@ -212,7 +212,7 @@ int main(int argc, char **argv) {
test_get(port);
test_post(port);
- grpc_httpcli_context_destroy(&g_context);
+ grpc_httpcli_context_destroy(&exec_ctx, &g_context);
grpc_closure_init(&destroyed, destroy_pops, &g_pops,
grpc_schedule_on_exec_ctx);
grpc_pollset_shutdown(&exec_ctx, grpc_polling_entity_pollset(&g_pops),