Skip to content

Commit

Permalink
fix: cpu inc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Nov 24, 2024
1 parent 29ad5c2 commit 9c5a319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/core/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fn internal_run_vm(

wasi_env.on_exit(&mut context.wasm_store, None);
drop(_guard);
drop(runtime);

let mut exit_code: i32 = 0;

Expand Down

0 comments on commit 9c5a319

Please sign in to comment.