mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #8438 from philljj/ecdsa_mldsa_test_api_fix_leak
test_dual_alg_ecdsa_mldsa: fix decoded cert leak.pull/8440/head
commit
515bdf1320
|
@ -1741,6 +1741,7 @@ static int test_dual_alg_ecdsa_mldsa(void)
|
|||
cm = NULL;
|
||||
}
|
||||
|
||||
wc_FreeDecodedCert(&d_cert);
|
||||
wc_ecc_free(&ca_key);
|
||||
wc_MlDsaKey_Free(&alt_ca_key);
|
||||
wc_FreeRng(&rng);
|
||||
|
|
Loading…
Reference in New Issue