Function gaiaFreeDbfList

Source
pub unsafe extern "C" fn gaiaFreeDbfList(list: gaiaDbfListPtr)
Expand description

Destroys a DBF List object

\param list pointer to the DBF List object

\sa gaiaAllocDbfList, gaiaIsValidDbfList, gaiaResetDbfEntity, gaiaCloneDbfEntity, gaiaAddDbfField

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