diff options
Diffstat (limited to 'test/srptest.c')
-rw-r--r-- | test/srptest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/srptest.c b/test/srptest.c index 1d463cd782..8075218072 100644 --- a/test/srptest.c +++ b/test/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; } |