mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
The RSA_free in this test is no longer needed or wanted
This commit is contained in:
@@ -702,7 +702,6 @@ test_tortls_get_my_client_auth_key(void *ignored)
|
||||
tt_assert(ret == expected);
|
||||
|
||||
done:
|
||||
RSA_free(k);
|
||||
tor_free(expected);
|
||||
tor_free(ctx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user