pub unsafe extern "C" fn gaiaFreeLinestring(ptr: gaiaLinestringPtr)Expand description
Destroys a LINESTRING object
\param ptr pointer to the LINESTRING object to be destroyed
\sa gaiaAllocLinestring, gaiaAllocLinestringXYZ, gaiaAllocLinestringXYM, gaiaAllocLinestringXYZM
\note attempting to destroy any LINESTRING object whose ownnership has already been transferred to some other (higher order) object is a serious error, and will easily cause severe memory corruption.