mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-17 19:18:06 -05:00
Oops. Fix a bug in my `keyfile-diagnostic' work which caused SSH-2 key loading
in pageant (and presumably puttygen) to crash. [originally from svn r3450]
This commit is contained in:
parent
95d5a91c24
commit
2cde290c77
@ -835,7 +835,8 @@ struct ssh2_userkey *ssh2_load_userkey(const Filename *filename,
|
|||||||
sfree(public_blob);
|
sfree(public_blob);
|
||||||
sfree(private_blob);
|
sfree(private_blob);
|
||||||
sfree(encryption);
|
sfree(encryption);
|
||||||
*errorstr = NULL;
|
if (errorstr)
|
||||||
|
*errorstr = NULL;
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user