X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f26b3d771ea81495859eb4d899af447fc9b6b3e5..9385e23d89cb564f0f0a1d4355bd894fed1af501:/sshprime.c diff --git a/sshprime.c b/sshprime.c index 4d79aacd..070eb98a 100644 --- a/sshprime.c +++ b/sshprime.c @@ -1382,6 +1382,7 @@ Bignum primegen(int bits, int modulus, int residue, Bignum factor, * It didn't. Therefore, w is a witness for the * compositeness of p. */ + freebn(wqp); freebn(p); freebn(pm1); freebn(q);