Skip to content

Commit 08078ff

Browse files
committed
Avoid crash at cleanup
1 parent 1b99bf0 commit 08078ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ssl.c

-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ SSL_thread_cleanup(void)
221221
OPENSSL_free(lock_count);
222222
lock_count=(long *)NULL;
223223
}
224-
sk_SSL_COMP_free(SSL_COMP_get_compression_methods());
225224
CRYPTO_cleanup_all_ex_data();
226225
ERR_remove_state(0);
227226
ERR_free_strings();

0 commit comments

Comments
 (0)