summaryrefslogtreecommitdiff
path: root/expm1.c
diff options
context:
space:
mode:
authordaney <daney@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-01 14:05:15 +0000
committerdaney <daney@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-01 14:05:15 +0000
commit326aecb4d9cbb137d1a1cbd7905b39f3aeee82f3 (patch)
tree994ee892a6fc0affd0931d169522f7ec60f00218 /expm1.c
parentb33e7f0717023b14c15a21f7e56b7195cca973f5 (diff)
downloadmpfr-326aecb4d9cbb137d1a1cbd7905b39f3aeee82f3.tar.gz
clear te
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1459 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'expm1.c')
-rw-r--r--expm1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/expm1.c b/expm1.c
index 5bf3e748d..23cb14b44 100644
--- a/expm1.c
+++ b/expm1.c
@@ -119,6 +119,7 @@ mpfr_expm1 (y, x, rnd_mode)
inexact = mpfr_set(y,t,rnd_mode);
mpfr_clear(t);
+ mpfr_clear(te);
}
return inexact;
}