mark data type

This commit is contained in:
Eason
2024-04-25 18:20:59 +08:00
parent bd58db47d1
commit e2a59c827a
4 changed files with 17 additions and 4 deletions

View File

@ -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))
}