summaryrefslogtreecommitdiffstats
path: root/test/clienthellotest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/clienthellotest.c')
-rw-r--r--test/clienthellotest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/clienthellotest.c b/test/clienthellotest.c
index acc56f84c6..318d6e84f8 100644
--- a/test/clienthellotest.c
+++ b/test/clienthellotest.c
@@ -213,6 +213,7 @@ int main(int argc, char *argv[])
EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
CRYPTO_mem_leaks(err);
+ BIO_free(err);
return testresult?0:1;
}