Skip to content

Commit 410e2f1

Browse files
committed
Missing free call.
1 parent 052cf77 commit 410e2f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14133,6 +14133,8 @@ static int test_wolfSSL_X509_ACERT_asn(void)
1413314133
/* This cert has a 65 byte attributes field. */
1413414134
ExpectNotNull(acert->rawAttr);
1413514135
ExpectIntEQ(acert->rawAttrLen, 65);
14136+
14137+
wc_FreeDecodedAcert(acert);
1413614138
}
1413714139

1413814140
#ifdef WOLFSSL_SMALL_STACK

0 commit comments

Comments
 (0)