diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-03-25 08:43:12 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-03-25 08:43:12 +0000 |
commit | 951ee3f03b7d731e2d07bb4cd877d21307f9a354 (patch) | |
tree | 733330f844edcc8eb2eace537a839ed151a8b26d /tests/tpow_z.c | |
parent | 41598151a79ebc356d4a0053a684fde134aebbce (diff) | |
download | mpfr-951ee3f03b7d731e2d07bb4cd877d21307f9a354.tar.gz |
Forget to free x and y
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3409 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tpow_z.c')
-rw-r--r-- | tests/tpow_z.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tpow_z.c b/tests/tpow_z.c index e6127f229..73979152d 100644 --- a/tests/tpow_z.c +++ b/tests/tpow_z.c @@ -204,6 +204,8 @@ static void check_regression (void) exit (1); } + mpfr_clear (x); + mpfr_clear (y); mpz_clear (z); } |