We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284dea4 commit 473de57Copy full SHA for 473de57
1 file changed
tests/api.c
@@ -41283,6 +41283,7 @@ static int test_wolfSSL_X509_max_altnames(void)
41283
ExpectIntNE(wolfSSL_CTX_load_verify_locations_ex(ctx,
41284
over_max_altnames_cert, NULL, WOLFSSL_LOAD_FLAG_NONE),
41285
WOLFSSL_SUCCESS);
41286
+ wolfSSL_CTX_free(ctx);
41287
#endif
41288
41289
return EXPECT_RESULT();
@@ -41308,6 +41309,7 @@ static int test_wolfSSL_X509_max_name_constraints(void)
41308
41309
41310
ExpectIntNE(wolfSSL_CTX_load_verify_locations_ex(ctx, over_max_nc,
41311
NULL, WOLFSSL_LOAD_FLAG_NONE), WOLFSSL_SUCCESS);
41312
41313
41314
41315
0 commit comments