We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebac51a commit f4aef60Copy full SHA for f4aef60
src/program.rs
@@ -177,7 +177,6 @@ impl TransientProgramArea {
177
return Err(Error::BadAddress(start_addr));
178
}
179
println!("OK!");
180
- drop(application_ram);
181
let result = unsafe {
182
let code: extern "C" fn(*const neotron_api::Api) -> i32 =
183
::core::mem::transmute(start_addr as *const ());
0 commit comments