aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-12 16:23:15 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-12 16:23:15 -0700
commitbc5fcadcfb76991f0a62817d4146ece4552a8e34 (patch)
treef73bca7214cd0d97fe4696438a5d4382d30e2d95 /test/core/http
parent945af65ccd61cdb75ba114440cba7ec9e8f996d6 (diff)
Fix httpscli_test
Diffstat (limited to 'test/core/http')
-rw-r--r--test/core/http/httpscli_test.c2
1 files changed, 2 insertions, 0 deletions
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,