mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
The RSA_free in this test is no longer needed or wanted
This commit is contained in:
parent
aa45511250
commit
3ccb94d7b6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user