From bc5fcadcfb76991f0a62817d4146ece4552a8e34 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 12 May 2016 16:23:15 -0700 Subject: Fix httpscli_test --- test/core/http/httpscli_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/core/http/httpscli_test.c b/test/core/http/httpscli_test.c index c7db7a2159..ca24657f97 100644 --- a/test/core/http/httpscli_test.c +++ b/test/core/http/httpscli_test.c @@ -104,6 +104,7 @@ static void test_get(int port) { } gpr_mu_unlock(g_mu); gpr_free(host); + grpc_http_response_destroy(&response); } static void test_post(int port) { @@ -141,6 +142,7 @@ static void test_post(int port) { } gpr_mu_unlock(g_mu); gpr_free(host); + grpc_http_response_destroy(&response); } static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p, -- cgit v1.2.3