diff --git a/ssl/test/ssltest.c b/ssl/test/ssltest.c index 2ea473fba..29ec4ccd1 100644 --- a/ssl/test/ssltest.c +++ b/ssl/test/ssltest.c @@ -1550,6 +1550,7 @@ cleanup: printf("All client tests passed\n"); TTY_FLUSH(); } + ssl_ctx_free(ssl_ctx); return ret; }