mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
tests: Avoid needless free and fix formatting
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
@@ -273,9 +273,6 @@ static void torture_pki_rsa_uri_invalid_configurations(void **state)
|
||||
&privkey);
|
||||
assert_int_not_equal(rc, 0);
|
||||
assert_null(privkey);
|
||||
|
||||
SSH_KEY_FREE(pubkey);
|
||||
SSH_KEY_FREE(privkey);
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user