diff options
Diffstat (limited to 'openssl/crypto/srp')
-rw-r--r-- | openssl/crypto/srp/srptest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/crypto/srp/srptest.c b/openssl/crypto/srp/srptest.c index 451c70e40..00e001bd6 100644 --- a/openssl/crypto/srp/srptest.c +++ b/openssl/crypto/srp/srptest.c @@ -148,6 +148,7 @@ int main(int argc, char **argv) ERR_remove_thread_state(NULL); ERR_free_strings(); CRYPTO_mem_leaks(bio_err); + BIO_free(bio_err); return 0; } |