mark data type
This commit is contained in:
@ -49,5 +49,5 @@ pub unsafe extern "C" fn new_app() -> *const App {
|
||||
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn drop_app(app: *mut App) {
|
||||
// drop(Box::from_raw(app))
|
||||
drop(Box::from_raw(app))
|
||||
}
|
||||
|
Reference in New Issue
Block a user