зеркало из https://github.com/github/putty.git
Per Gunnar Floe spotted a reversed test in sftp_cleanup_requests().
[originally from svn r5394]
This commit is contained in:
Родитель
a519e8edfc
Коммит
e902c235ad
2
sftp.c
2
sftp.c
|
@ -349,7 +349,7 @@ static struct sftp_request *sftp_alloc_request(void)
|
|||
|
||||
void sftp_cleanup_request(void)
|
||||
{
|
||||
if (sftp_requests == NULL) {
|
||||
if (sftp_requests != NULL) {
|
||||
freetree234(sftp_requests);
|
||||
sftp_requests = NULL;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче