From c52930bb8ad761d3ff81d6bb5c7fdc12101c067a Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Thu, 30 Jul 2020 09:37:05 -0700 Subject: [PATCH] Added freerng to 'test_mp_rand' --- tests/api.c | 1 + 1 file changed, 1 insertion(+) 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*/