[][src]Function spatialite_sys::gaiaFree

pub unsafe extern "C" fn gaiaFree(ptr: *mut c_void)

Safely frees any dynamic memory block allocated by the library itself

\param ptr pointer to dynamically allocated memory

\note on some platforms (most notably, Microsoft Windows) many different runtime libraries may actually support the same process. \n attempting to free() a memory block allocated by a different runtime module may easily cause fatal memory corruption.