Function cbw_Application_free

Source
pub unsafe extern "C" fn cbw_Application_free(
    app: *mut cbw_Application,
)
Expand description

Frees memory for the application handle. Call bw_Application_finish before you call this function. Freeing the application handle is generally not necessary, as all memory in use by the process gets released anyway after shutdown.