Missing free call.

This commit is contained in:
jordan
2024-10-08 16:17:16 -05:00
parent 052cf77233
commit 410e2f148c

View File

@ -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