]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a memory leak in rsakey_pubblob
authorTim Kosse <tim.kosse@filezilla-project.org>
Mon, 23 Jan 2017 18:04:50 +0000 (19:04 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 28 Jan 2017 14:03:09 +0000 (14:03 +0000)
commit29d805a49eab70cd6144a343605874985db072c2
tree7ebd9cac3c2a51e2e771940a19a935ba105b57ab
parent8afae2a5f8104b7a898cec40c78687137c8afa18
Fix a memory leak in rsakey_pubblob

The line read from the input file was not freed after successfully
loading an SSH1 key.
sshpubk.c