diff options
author | Craig Tiller <ctiller@google.com> | 2016-05-12 16:23:15 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-05-12 16:23:15 -0700 |
commit | bc5fcadcfb76991f0a62817d4146ece4552a8e34 (patch) | |
tree | f73bca7214cd0d97fe4696438a5d4382d30e2d95 | |
parent | 945af65ccd61cdb75ba114440cba7ec9e8f996d6 (diff) |
Fix httpscli_test
-rw-r--r-- | test/core/http/httpscli_test.c | 2 |
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, |