mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
cmdgen: fix error report after ssh2_userkey_loadpub fails.
We strbuf_free(ssh2blob), but forgot to null the pointer out afterwards, which means a subsequent check for NULL believes there wasn't a problem, and nulls out the error message pointer instead!
This commit is contained in:
parent
85b1916ca6
commit
ed8a47c1dd