Free the i2d output buffer in test_wc_PKCS12DecisionCoverage

pull/11006/head
Ruby Martin 2026-08-20 16:31:04 -06:00
parent 259b291f42
commit f71194b839
1 changed files with 1 additions and 0 deletions

View File

@ -1133,6 +1133,7 @@ int test_wc_PKCS12DecisionCoverage(void)
if (ca != NULL) wc_FreeCertList(ca, NULL);
}
XFREE(out, NULL, DYNAMIC_TYPE_PKCS);
wc_PKCS12_free(pkcs12);
/* wc_PKCS12_free tolerates NULL: the guard's true half. */
wc_PKCS12_free(NULL);