mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-22 05:24:43 +02:00
5-5 C1
This commit is contained in:
parent
61554ba7a9
commit
32b8e7ec0c
@ -85,8 +85,8 @@ convert_blob(struct agent_connection* con, char *blob, DWORD blen, char **eblob,
|
||||
memcpy(*eblob, out.pbData, out.cbData);
|
||||
*eblen = out.cbData;
|
||||
done:
|
||||
if (out.cbData)
|
||||
LocalFree(out.cbData);
|
||||
if (out.pbData)
|
||||
LocalFree(out.pbData);
|
||||
RevertToSelf();
|
||||
return r;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user