]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: test-http-client: Free the ssl_iostream_context cache.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 3 Jan 2018 01:11:19 +0000 (02:11 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Thu, 4 Jan 2018 11:06:20 +0000 (12:06 +0100)
src/lib-http/test-http-client.c

index 14ed574524f83343b8871d0c90614d2df247f645..11d0a983a95bb5f4631a1d98d3e6608fe84c15c2 100644 (file)
@@ -455,6 +455,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