mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Missing free call.
This commit is contained in:
@ -14133,6 +14133,8 @@ static int test_wolfSSL_X509_ACERT_asn(void)
|
||||
/* This cert has a 65 byte attributes field. */
|
||||
ExpectNotNull(acert->rawAttr);
|
||||
ExpectIntEQ(acert->rawAttrLen, 65);
|
||||
|
||||
wc_FreeDecodedAcert(acert);
|
||||
}
|
||||
|
||||
#ifdef WOLFSSL_SMALL_STACK
|
||||
|
Reference in New Issue
Block a user