Skip to content

Commit

Permalink
Missing free call.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Oct 8, 2024
1 parent 052cf77 commit 410e2f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 410e2f1

Please sign in to comment.