simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Jun 29 13:30:33 BST 2019
TL;DR:
be0b7cee cmdgen: fix a tiny memory leak.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2019-06-29 13:30:33
commit be0b7cee83129f361401c9510849c62a62286b77
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=be0b7cee83129f361401c9510849c62a62286b77;hp=02dfae7fe45fb0ea68af976401f65a905edea166
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Jun 28 19:22:39 2019 +0100
cmdgen: fix a tiny memory leak.
One of those things you'd never notice if it weren't for Leak
Sanitiser happening to be turned on while you were doing something
else: freersakey() frees all the things pointed to _from_ an RSAKey
structure, but not the structure itself.
cmdgen.c | 1 +
1 file changed, 1 insertion(+)
More information about the tartarus-commits
mailing list