Disabling cleanup stack for now.
Fabio Cevasco h3rald@h3rald.com
Wed, 01 Jan 2025 16:08:43 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/stack.c
→
src/stack.c
@@ -221,7 +221,7 @@ }
*item = *ctx->stack->entries[ctx->stack->top]; hex_debug_item(ctx, " POP", item); ctx->stack->top--; - hex_cleanup_push(ctx, item); + //hex_cleanup_push(ctx, item); return item; }