X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssltest.c;h=ff686913d72022af6f45a53315324d33caa3d74f;hp=f9dca4e3ef7f2ba6caac9a66ba6f7698f5378a8c;hb=c1374a7dc096340f29edcecffe47a8773c70ce5a;hpb=78414a6a897db42c9bcf06aa21c705811ab33921 diff --git a/ssl/ssltest.c b/ssl/ssltest.c index f9dca4e3ef..ff686913d7 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -361,6 +361,7 @@ end: if (bio_stdout != NULL) BIO_free(bio_stdout); + ERR_free_strings(); ERR_remove_state(0); EVP_cleanup(); CRYPTO_mem_leaks(bio_err);