diff --git a/tests/api.c b/tests/api.c index d72942e0d..1c64b7395 100644 --- a/tests/api.c +++ b/tests/api.c @@ -33738,6 +33738,7 @@ static int test_mp_rand (void) printf(resultFmt, ret == 0 ? passed : failed); mp_clear(&a); + wc_FreeRng(&rng); #endif return ret; }/* End test_mp_rand*/