1
1

Fixed memory leak in ssh_is_server_known()

Этот коммит содержится в:
Aris Adamantiadis 2009-06-22 23:30:50 +02:00
родитель 8960992267
Коммит 8724f97a19

Просмотреть файл

@ -1418,6 +1418,8 @@ int ssh_is_server_known(SSH_SESSION *session) {
/* We override the status with the wrong key state */ /* We override the status with the wrong key state */
ret = SSH_SERVER_KNOWN_CHANGED; ret = SSH_SERVER_KNOWN_CHANGED;
} }
} else {
tokens_free(tokens);
} }
} while (1); } while (1);