diff --git a/tests/api.c b/tests/api.c index cdecf64f4..86e3d4d57 100644 --- a/tests/api.c +++ b/tests/api.c @@ -35259,6 +35259,10 @@ static void test_wolfSSL_BIO_accept(void) SSL_free(sslServer); SSL_CTX_free(ctx); +#ifdef FP_ECC + wc_ecc_fp_free(); +#endif + printf(resultFmt, passed); #endif }