summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/ecc-mod-arith-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/ecc-mod-arith-test.c b/testsuite/ecc-mod-arith-test.c
index 5692f584..14b3bd1c 100644
--- a/testsuite/ecc-mod-arith-test.c
+++ b/testsuite/ecc-mod-arith-test.c
@@ -39,6 +39,7 @@ test_add(const char *name,
fprintf (stderr, "\n");
abort ();
}
+ mpz_clear (ref);
}
static void
@@ -96,6 +97,7 @@ test_sub(const char *name,
fprintf (stderr, "\n");
abort ();
}
+ mpz_clear (ref);
}
static void