X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f26b3d771ea81495859eb4d899af447fc9b6b3e5..95aec24912aa931cd1bd58508313295a9393bd14:/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);