summaryrefslogtreecommitdiff
path: root/tests/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/random.c')
-rw-r--r--tests/random.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/random.c b/tests/random.c
index a28c464..cfd7260 100644
--- a/tests/random.c
+++ b/tests/random.c
@@ -96,6 +96,7 @@ test_end (void)
rands_initialized = 0;
gmp_randclear (rands);
}
+ mpfr_free_cache ();
}
/* wrapper for gmp_urandomb_ui, which did not exist in old versions of GMP */