chore(tract): oops

This commit is contained in:
Carson M.
2025-03-22 00:02:26 -05:00
parent 4e9813dacc
commit 0b5f8f939c

View File

@@ -88,7 +88,6 @@ unsafe extern "system" fn CreateSession(
match Session::from_buffer(env, options, &buf) {
Ok(session) => {
println!("out");
*out = (Box::leak(Box::new(session)) as *mut Session).cast();
OrtStatusPtr::default()
}