Skip to content

Commit 604c729

Browse files
committed
test: use XFREE to pair XMALLOC
1 parent 64cb292 commit 604c729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68088,7 +68088,7 @@ static wc_test_ret_t ecc_onlycb_test(myCryptoDevCtx *ctx)
6808868088
#if !defined(WOLFCRYPT_ONLY) && defined(OPENSSL_EXTRA) && \
6808968089
defined(USE_CERT_BUFFERS_256)
6809068090
if (check) {
68091-
FREE(check, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
68091+
XFREE(check, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
6809268092
}
6809368093
#endif
6809468094
#else

0 commit comments

Comments
 (0)