summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/factor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/factor.c b/src/factor.c
index 187143a0a..83cd0a8a5 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -82,6 +82,7 @@ emit_ul_factor (unsigned long int i)
mpz_init (t);
mpz_set_ui (t, i);
emit_factor (t);
+ mpz_clear (t);
}
static void