X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/59600f67b6dd739bb31a2cb23e887adef13c3ac8..0d694692c59504838ec2043ddfe670b3a9247faf:/sshrsa.c diff --git a/sshrsa.c b/sshrsa.c index bc23c43f..14cf09a6 100644 --- a/sshrsa.c +++ b/sshrsa.c @@ -169,5 +169,5 @@ void freersakey(struct RSAKey *key) { if (key->modulus) freebn(key->modulus); if (key->exponent) freebn(key->exponent); if (key->private_exponent) freebn(key->private_exponent); - if (key->comment) free(key->comment); + if (key->comment) sfree(key->comment); }