From: Stephan Bosch Date: Wed, 3 Jan 2018 01:11:19 +0000 (+0100) Subject: lib-http: test-http-client: Free the ssl_iostream_context cache. X-Git-Tag: 2.3.1~170 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=995c1977859080cde1208073eae46c18a7a46d07;p=thirdparty%2Fdovecot%2Fcore.git lib-http: test-http-client: Free the ssl_iostream_context cache. --- diff --git a/src/lib-http/test-http-client.c b/src/lib-http/test-http-client.c index 6725632815..9540e27980 100644 --- a/src/lib-http/test-http-client.c +++ b/src/lib-http/test-http-client.c @@ -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