Skip to content

Commit

Permalink
lib-http: test-http-client: Free the ssl_iostream_context cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch authored and villesavolainen committed Mar 12, 2018
1 parent 46f4635 commit 995c197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-http/test-http-client.c
Expand Up @@ -446,6 +446,7 @@ int main(int argc, char *argv[])
dns_client_deinit(&dns_client);

io_loop_destroy(&ioloop);
ssl_iostream_context_cache_free();
#ifdef HAVE_OPENSSL
ssl_iostream_openssl_deinit();
#endif
Expand Down

0 comments on commit 995c197

Please sign in to comment.