test: use XFREE to pair XMALLOC

This commit is contained in:
rizlik
2026-04-30 17:03:01 +02:00
parent df2fd4ec06
commit 438e512334
+1 -1
View File
@@ -71303,7 +71303,7 @@ exit_onlycb:
#if !defined(WOLFCRYPT_ONLY) && defined(OPENSSL_EXTRA) && \
defined(USE_CERT_BUFFERS_256)
if (check) {
FREE(check, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
XFREE(check, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
}
#endif
#else