Skip to main content

sqlite3_free

Function sqlite3_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sqlite3_free(ptr: *mut c_void)
Expand description

Free memory allocated by this library (for errmsg from sqlite3_exec).

ยงSafety

ptr must have been allocated by this library or be null.