mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +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. */
|
/* This cert has a 65 byte attributes field. */
|
||||||
ExpectNotNull(acert->rawAttr);
|
ExpectNotNull(acert->rawAttr);
|
||||||
ExpectIntEQ(acert->rawAttrLen, 65);
|
ExpectIntEQ(acert->rawAttrLen, 65);
|
||||||
|
|
||||||
|
wc_FreeDecodedAcert(acert);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WOLFSSL_SMALL_STACK
|
#ifdef WOLFSSL_SMALL_STACK
|
||||||
|
Reference in New Issue
Block a user