X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/954a954017ef83065bfb605b0bd99d8856071892..75374b2f8b6f78b865555ba9e5588f46003d5da7:/sshbn.c diff --git a/sshbn.c b/sshbn.c index d0608a3a..8d4d703c 100644 --- a/sshbn.c +++ b/sshbn.c @@ -909,6 +909,7 @@ Bignum modinv(Bignum number, Bignum modulus) x = bigmuladd(q, xp, t); sign = -sign; freebn(t); + freebn(q); } freebn(b);