Fixes
Fabio Cevasco h3rald@h3rald.com
Tue, 31 Dec 2024 21:58:45 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/stack.c
→
src/stack.c
@@ -243,7 +243,7 @@ {
if (item == NULL) return; - hex_debug_item(ctx, "FREE", item); + hex_debug(ctx, "FREE: %s", hex_type(item->type)); switch (item->type) {