[][src]Function spatialite_sys::gaiaFreeRing

pub unsafe extern "C" fn gaiaFreeRing(ptr: gaiaRingPtr)

Destroys a RING object

\param ptr pointer to the RING object to be destroyed

\sa gaiaAllocRing, gaiaAllocRingXYZ, gaiaAllocRingXYM, gaiaAllocRingXYZM

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