mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Adding the forgotten wolfSSL_CTX_free() at the end of the new test_quic_key_share case.
This commit is contained in:
@ -1178,6 +1178,8 @@ static int test_quic_key_share(int verbose) {
|
||||
QuicTestContext_free(&tclient);
|
||||
QuicTestContext_free(&tserver);
|
||||
|
||||
wolfSSL_CTX_free(ctx_c);
|
||||
wolfSSL_CTX_free(ctx_s);
|
||||
printf(" test_quic_key_share: %s\n", (ret == 0)? passed : failed);
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user