diff --git a/src/executor.rs b/src/executor.rs index 1ef428134..c5bd72823 100644 --- a/src/executor.rs +++ b/src/executor.rs @@ -351,9 +351,6 @@ fn invoke_dynamic( }) })?; - // FIXME: Arena deallocation. - std::mem::forget(arena); - Ok(ExecutionResult { remaining_gas, return_value,