[][src]Function spatialite_sys::gaiaFreePoint

pub unsafe extern "C" fn gaiaFreePoint(ptr: gaiaPointPtr)

Destroys a POINT object

\param ptr pointer to the POINT object to be destroyed

\sa gaiaAllocPoint, gaiaAllocPointXYZ, gaiaAllocPointXYM, gaiaAllocPointXYZM

\note attempting to destroy any POINT object whose ownership has already been transferred to some other (higher order) object is a serious error, and will easily cause severe memory corruption.