Added freerng to 'test_mp_rand'

This commit is contained in:
Ethan Looney
2020-07-30 09:37:05 -07:00
parent b4cd0886bb
commit c52930bb8a

View File

@ -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*/