Skip to content

Commit 32b8e7e

Browse files
committed
5-5 C1
1 parent 61554ba commit 32b8e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/win32/win32compat/ssh-agent/agent-request.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ convert_blob(struct agent_connection* con, char *blob, DWORD blen, char **eblob,
8585
memcpy(*eblob, out.pbData, out.cbData);
8686
*eblen = out.cbData;
8787
done:
88-
if (out.cbData)
89-
LocalFree(out.cbData);
88+
if (out.pbData)
89+
LocalFree(out.pbData);
9090
RevertToSelf();
9191
return r;
9292
}

0 commit comments

Comments
 (0)