]> 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)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Mon, 12 Mar 2018 07:09:09 +0000 (09:09 +0200)
src/lib-http/test-http-client.c

index 6725632815f4564fadfbab793f70cb79eec4b953..9540e279807e7b1cdee01d701792e9650d946616 100644 (file)
@@ -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