mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-23 15:09:24 -05:00
Missing free.
This commit is contained in:
parent
7f56e1e365
commit
15bacbf630
@ -501,6 +501,7 @@ void pageant_handle_msg(BinarySink *bs,
|
||||
reqkey.comment = NULL;
|
||||
fingerprint = rsa_ssh1_fingerprint(&reqkey);
|
||||
plog(logctx, logfn, "unwanted key: %s", fingerprint);
|
||||
sfree(fingerprint);
|
||||
}
|
||||
|
||||
key = find234(rsakeys, &reqkey, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user