summaryrefslogtreecommitdiff
path: root/mini-gmp/tests/t-double.c
diff options
context:
space:
mode:
Diffstat (limited to 'mini-gmp/tests/t-double.c')
-rw-r--r--mini-gmp/tests/t-double.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mini-gmp/tests/t-double.c b/mini-gmp/tests/t-double.c
index 6c6bac2bc..36a621845 100644
--- a/mini-gmp/tests/t-double.c
+++ b/mini-gmp/tests/t-double.c
@@ -75,7 +75,7 @@ testmain (int argc, char **argv)
values[i].d, s, values[i].s);
abort ();
}
- free(s);
+ tu_free(s, 0);
mpz_clear (x);
}