We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cb292 commit 604c729Copy full SHA for 604c729
1 file changed
wolfcrypt/test/test.c
@@ -68088,7 +68088,7 @@ static wc_test_ret_t ecc_onlycb_test(myCryptoDevCtx *ctx)
68088
#if !defined(WOLFCRYPT_ONLY) && defined(OPENSSL_EXTRA) && \
68089
defined(USE_CERT_BUFFERS_256)
68090
if (check) {
68091
- FREE(check, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
+ XFREE(check, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
68092
}
68093
#endif
68094
#else
0 commit comments