Commit 45d051c8 authored by Gunnar Kudrjavets's avatar Gunnar Kudrjavets Committed by Rich Salz
Browse files

RT3848: Call SSL_COMP_free_compression_methods



Signed-off-by: default avatarRich Salz <rsalz@akamai.com>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 8846adbd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -189,6 +189,7 @@ static void apps_shutdown()
    CONF_modules_unload(1);
#ifndef OPENSSL_NO_COMP
    COMP_zlib_cleanup();
    SSL_COMP_free_compression_methods();
#endif
    OBJ_cleanup();
    EVP_cleanup();