X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/71080a1b7e1bb95a65007aa2263562e43a477d32..3e248c3b5b309bc03eb5f70762d3f5671d51f996:/utils/factor.c diff --git a/utils/factor.c b/utils/factor.c index 5f29c1a..4447ddf 100644 --- a/utils/factor.c +++ b/utils/factor.c @@ -163,7 +163,7 @@ static void freefactorbase(fbe_v *v) for (i = 0; i < DA_LEN(v); i++) mp_drop(DA(v)[i].n); - DA_DESTROY(v); + DA_DESTROY(v); } static mp *ecm(mp *x) @@ -215,7 +215,7 @@ static void dofactor(mp *x, mp_v *v) { mp *f; - x = smallfactors(x, v); + x = smallfactors(x, v); if (MP_EQ(x, MP_ONE)) return; #ifdef POLLARDRHO