Function safe_app::ffi::app_free [] [src]

#[no_mangle]
pub unsafe extern "C" fn app_free(app: *mut App)

Discard and clean up the previously allocated app instance. Use this only if the app is obtained from one of the auth functions in this crate. Using app after a call to this function is undefined behaviour.