about summary refs log tree commit diff stats
path: root/src/box64context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/box64context.c')
-rwxr-xr-xsrc/box64context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box64context.c b/src/box64context.c
index ff65391c..5c85f3fa 100755
--- a/src/box64context.c
+++ b/src/box64context.c
@@ -293,6 +293,8 @@ void FreeBox64Context(box64context_t** context)
     // stop trace now
     if(ctx->dec)
         DeleteX64TraceDecoder(&ctx->dec);
+    if(ctx->dec32)
+        DeleteX86TraceDecoder(&ctx->dec32);
     if(ctx->zydis)
         DeleteX64Trace(ctx);