Function browser_window_c::cbw_Application_free [−][src]
pub unsafe extern "C" fn cbw_Application_free(app: *mut cbw_Application)
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.