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

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