Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b5b49c42 authored by ZIMMERMANN Paul's avatar ZIMMERMANN Paul
Browse files

fixed yet another memory leak in torsionc.s

parent b8c2468d
No related branches found
No related tags found
No related merge requests found
Pipeline #995659 passed
...@@ -1230,6 +1230,8 @@ build_curves_with_torsion_Z3xZ6(mpz_t f, mpmod_t n, ...@@ -1230,6 +1230,8 @@ build_curves_with_torsion_Z3xZ6(mpz_t f, mpmod_t n,
mpz_clear(sk); mpz_clear(sk);
mpz_clear(tk); mpz_clear(tk);
mpres_clear(tmp, n); mpres_clear(tmp, n);
ell_point_clear (P, E, n);
ell_point_clear (Q, E, n);
ell_curve_clear (E, n); ell_curve_clear (E, n);
return ret; return ret;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment