1
1

tests: Fix memory leak in torture_auth_cert

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2016-11-04 08:15:38 +01:00
родитель d8474207b6
Коммит 5b84772343

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

@ -500,9 +500,6 @@ static void torture_auth_cert(void **state) {
struct passwd *pwd;
int rc;
privkey = ssh_key_new();
assert_true(privkey != NULL);
cert = ssh_key_new();
assert_true(cert != NULL);