Skip to content

Commit

Permalink
remove memory leak on invoke arena (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l authored Jul 10, 2024
1 parent 9527cc9 commit dee197a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,6 @@ fn invoke_dynamic(
})
})?;

// FIXME: Arena deallocation.
std::mem::forget(arena);

Ok(ExecutionResult {
remaining_gas,
return_value,
Expand Down

0 comments on commit dee197a

Please sign in to comment.