summaryrefslogtreecommitdiff
path: root/examples/divworst.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/divworst.c')
-rw-r--r--examples/divworst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/divworst.c b/examples/divworst.c
index fe3a184ee..56628a20d 100644
--- a/examples/divworst.c
+++ b/examples/divworst.c
@@ -93,5 +93,6 @@ int main (int argc, char *argv[])
}
mpfr_clears (VARS, (mpfr_ptr) 0);
+ mpfr_free_cache ();
return 0;
}