mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
test.c: fix gating on heap deallocation in hc128_test() to match earlier tweak to gating on allocation.
This commit is contained in:
@ -4436,7 +4436,7 @@ static int hc128_test(void)
|
||||
|
||||
out:
|
||||
|
||||
#ifndef WOLFSSL_NO_MALLOC
|
||||
#if defined(WOLFSSL_SMALL_STACK) && !defined(WOLFSSL_NO_MALLOC)
|
||||
if (enc)
|
||||
XFREE(enc, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
if (dec)
|
||||
|
Reference in New Issue
Block a user