summaryrefslogtreecommitdiff
path: root/examples/rndo-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rndo-add.c')
-rw-r--r--examples/rndo-add.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rndo-add.c b/examples/rndo-add.c
index 8731ec757..613069f9a 100644
--- a/examples/rndo-add.c
+++ b/examples/rndo-add.c
@@ -87,5 +87,6 @@ int main (int argc, char **argv)
mpfr_printf ("z = %.*Rb\n", pprec, z);
mpfr_clears (LIST, (mpfr_ptr) 0);
+ mpfr_free_cache ();
return 0;
}