Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 351 |
c->scp.thread = INVALID_HANDLE_VALUE; |
c->scp.thread = INVALID_HANDLE_VALUE; |
| 352 |
} |
} |
| 353 |
|
|
| 354 |
ssh2_scp_free_packetlist(c); |
// SCP受信の場合のみ、SCP用リストの開放を行う。 |
| 355 |
|
// Windows9xで落ちる問題を修正した。 |
| 356 |
|
if (c->scp.dir == FROMREMOTE) |
| 357 |
|
ssh2_scp_free_packetlist(c); |
| 358 |
} |
} |
| 359 |
if (c->type == TYPE_AGENT) { |
if (c->type == TYPE_AGENT) { |
| 360 |
buffer_free(c->agent_msg); |
buffer_free(c->agent_msg); |
|
|
Legend:
| Removed from v.7951 |
|
| changed lines |
| |
Added in v.8031 |
|
|
|