mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-08 22:50:27 +02:00
Correct read of freed memory
This commit is contained in:
parent
531a88aeeb
commit
20955b2bfc
2 changed files with 7 additions and 7 deletions
|
@ -30,10 +30,10 @@ int main(int argc, char *argv[])
|
|||
|
||||
/* call the generated code, passing its size as argument */
|
||||
myFunction((char*)jit_address(end) - (char*)jit_address(start));
|
||||
jit_clear_state();
|
||||
|
||||
jit_disassemble();
|
||||
|
||||
jit_clear_state();
|
||||
jit_destroy_state();
|
||||
finish_jit();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue