about summary refs log tree commit diff stats
path: root/example/test_jit_x86_32.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/test_jit_x86_32.py')
-rw-r--r--example/test_jit_x86_32.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/test_jit_x86_32.py b/example/test_jit_x86_32.py
index 977b90fe..44696c74 100644
--- a/example/test_jit_x86_32.py
+++ b/example/test_jit_x86_32.py
@@ -40,3 +40,4 @@ myjit.add_breakpoint(0x1337beef, code_sentinelle)
 
 myjit.init_run(run_addr)
 myjit.continue_run()
+del(myjit)